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 8604391 commit 0187841Copy full SHA for 0187841
BUILD/SETUP.sh
@@ -132,7 +132,7 @@ get_make_parallel_flag
132
SSL_LIBRARY=--with-ssl=system
133
134
if [ "x$warning_mode" = "xpedantic" ]; then
135
- warnings="-W -Wall -ansi -pedantic -Wno-long-long -Wno-unused -D_POSIX_SOURCE"
+ warnings="-W -Wall -ansi -pedantic -Wno-long-long -Wno-unused -Wno-format-truncation -D_POSIX_SOURCE"
136
c_warnings="$warnings"
137
cxx_warnings="$warnings -std=c++98"
138
# NOTE: warning mode should not influence optimize/debug mode.
0 commit comments