Skip to content

Commit 4bc273b

Browse files
committed
Merge pull request bitcoin#222
7c3771d Disable overlength-strings warnings. (evoskuil)
2 parents 137a8ec + 7c3771d commit 4bc273b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ esac
7070

7171
CFLAGS="$CFLAGS -W"
7272

73-
warn_CFLAGS="-std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long"
73+
warn_CFLAGS="-std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings"
7474
saved_CFLAGS="$CFLAGS"
7575
CFLAGS="$CFLAGS $warn_CFLAGS"
7676
AC_MSG_CHECKING([if ${CC} supports ${warn_CFLAGS}])

0 commit comments

Comments
 (0)