Skip to content

Commit

Permalink
Drop pedantic compiler flag
Browse files Browse the repository at this point in the history
Required by compat-strtonum.c which makes use of `long long`.
  • Loading branch information
mptre committed Aug 24, 2017
1 parent 5491427 commit b630f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS=foreign

AM_CFLAGS=-pedantic -Wall -Werror -Wextra
AM_CFLAGS=-Wall -Werror -Wextra
AM_CPPFLAGS=-D_GNU_SOURCE

bin_PROGRAMS=pick
Expand Down

0 comments on commit b630f0d

Please sign in to comment.