[2726] Pass plain old C string
This should prevent cppcheck from complaining on several places about passing c_str() as string argument. It is not possible to remove the c_str() from the macro, as it might be needed at other places. Putting the suppression at several places seems wrong, so this is the least ugly solution.
Please register or sign in to comment