Skip to content

Commit

Permalink
Merge pull request #6744
Browse files Browse the repository at this point in the history
bb24835 build: disable -Wself-assign (Wladimir J. van der Laan)
  • Loading branch information
laanwj committed Oct 5, 2015
2 parents e10a4ab + bb24835 commit a75c673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ fi
## compatibility with the legacy buildsystem.
##
if test "x$CXXFLAGS_overridden" = "xno"; then
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter"
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign"
fi
CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS"

Expand Down

0 comments on commit a75c673

Please sign in to comment.