Skip to content
/ server Public

Commit 0187841

Browse files
committed
Disable flag -Wno-format-truncate in BUILD scripts
1 parent 8604391 commit 0187841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD/SETUP.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ get_make_parallel_flag
132132
SSL_LIBRARY=--with-ssl=system
133133

134134
if [ "x$warning_mode" = "xpedantic" ]; then
135-
warnings="-W -Wall -ansi -pedantic -Wno-long-long -Wno-unused -D_POSIX_SOURCE"
135+
warnings="-W -Wall -ansi -pedantic -Wno-long-long -Wno-unused -Wno-format-truncation -D_POSIX_SOURCE"
136136
c_warnings="$warnings"
137137
cxx_warnings="$warnings -std=c++98"
138138
# NOTE: warning mode should not influence optimize/debug mode.

0 commit comments

Comments
 (0)