Skip to content

Commit

Permalink
autotools: compile against -Wall -Wextra and -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
gportay committed Aug 5, 2019
1 parent 17d9b60 commit 4163bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile.am
Expand Up @@ -20,3 +20,4 @@ i3blocks_SOURCES = \
sys.c \
sys.h \
term.h
i3blocks_CFLAGS = -Wall -Wextra -Werror $(AM_CFLAGS)
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,6 +1,6 @@
AC_INIT([i3blocks], 1.4)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE(foreign)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_CONFIG_HEADERS([i3blocks-config.h])
AC_CONFIG_FILES([
Expand Down

0 comments on commit 4163bd4

Please sign in to comment.