| commit | 18abf6e5092175e7de27e73c6bb643b2bf57ec7d | [log] [tgz] |
|---|---|---|
| author | Alexander Klauer <Alexander.Klauer@itwm.fraunhofer.de> | Wed Dec 19 13:55:02 2012 +0100 |
| committer | Alexander Klauer <Alexander.Klauer@itwm.fraunhofer.de> | Wed Dec 19 13:55:02 2012 +0100 |
| tree | d42e0d25eb9f2b35ee08a000ca48838b8b9e71a4 | |
| parent | 024d86c07ffcd8fef1ba19ac821416281ffb1f8d [diff] |
More warnings, fewer errors, C99
diff --git a/Makefile.am.inc b/Makefile.am.inc index b1ebce8..7882fd7 100644 --- a/Makefile.am.inc +++ b/Makefile.am.inc
@@ -1,2 +1,2 @@ -AM_CFLAGS = -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT +AM_CFLAGS = -Wall -Wextra -Wwrite-strings -Wno-unused-parameter -std=c99 -D_GNU_SOURCE -D_REENTRANT