+Arx/src/gui/widget/TextInputWidget.cpp:98:17: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use replace() instead. [uselessCallsSubstr] +Arx/src/gui/widget/TextInputWidget.cpp:148:17: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use replace() instead. [uselessCallsSubstr] +Arx/src/io/fs/FilePath.cpp:240:13: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use replace() instead. [uselessCallsSubstr] +Arx/src/io/resource/ResourcePath.cpp:240:13: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use replace() instead. [uselessCallsSubstr] +Arx/src/util/cmdline/Parser.cpp:86:15: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use resize() or pop_back() instead. [uselessCallsSubstr]