Skip to content

Commit

Permalink
Merge pull request #14 from garlick/warn_paren
Browse files Browse the repository at this point in the history
build: fix gcc 7.2.0 warnings
  • Loading branch information
grondo authored Nov 20, 2017
2 parents 4e3eef9 + 188ee1a commit 152fad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libutil/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AM_CFLAGS = \
$(WARNING_CFLAGS) \
-Wno-sign-compare -Wno-unused-parameter \
-Wno-sign-compare -Wno-unused-parameter -Wno-parentheses \
$(CODE_COVERAGE_CFLAGS)

AM_LDFLAGS = \
Expand Down

0 comments on commit 152fad9

Please sign in to comment.