+Arx/src/gui/debug/DebugPanel.h:92:30: warning: the parameter 'val' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param] +Arx/src/gui/debug/DebugPanel.h:105:12: warning: parameter 'f1' is passed by value and only copied once; consider moving it to avoid unnecessary copies [performance-unnecessary-value-param] +Arx/src/gui/debug/DebugPanel.h:106:12: warning: parameter 'f2' is passed by value and only copied once; consider moving it to avoid unnecessary copies [performance-unnecessary-value-param] +Arx/src/gui/debug/DebugPanel.h:125:12: warning: parameter 'f4' is passed by value and only copied once; consider moving it to avoid unnecessary copies [performance-unnecessary-value-param]