Skip to content

Commit ce29834

Browse files
committed
Add -Wformat-security to --enable-warnings=fatal.
Because we use it in glibmm too. No code changes were necessary.
1 parent 87df275 commit ce29834

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
@@ -44,7 +44,7 @@ MM_ARG_WITH_TAGFILE_DOC([glibmm-2.4.tag], [glibmm-2.4])
4444
# Evaluate the --enable-warnings=level option.
4545
MM_ARG_ENABLE_WARNINGS([LIBXMLXX_WXXFLAGS],
4646
[-Wall],
47-
[-pedantic -Wall -Wextra -Wshadow -Wno-long-long],
47+
[-pedantic -Wall -Wextra -Wformat-security -Wshadow -Wno-long-long],
4848
[G GLIBMM SIGCXX])
4949

5050
# Offer the ability to omit some API from the library.

0 commit comments

Comments
 (0)