We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d5044 commit fc2133eCopy full SHA for fc2133e
GPU/GPUTracking/display/GPUDisplay.h
@@ -161,6 +161,7 @@ class GPUDisplay : public GPUDisplayInterface
161
{
162
#pragma GCC diagnostic push
163
#pragma GCC diagnostic ignored "-Wformat-security"
164
+#pragma GCC diagnostic ignored "-Wformat-truncation"
165
snprintf(mInfoText2, 1024, args...);
166
#pragma GCC diagnostic pop
167
GPUInfo("%s", mInfoText2);
0 commit comments