diff options
| author | djcb <djcb@djcbsoftware.nl> | 2018-06-11 10:49:07 +0300 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2018-06-11 10:49:07 +0300 |
| commit | 99df588d41afcea6b501c348e1578f7b81eb565c (patch) | |
| tree | daae4954d96a314320e45758b8dcab43c0074640 /guile | |
| parent | dcaad0e4734161d71548f53c977ce534e6b0d067 (diff) | |
update compiler warnings, fix them
Update the compiler warnings, and fix all the ones outside the guile/.
Diffstat (limited to 'guile')
| -rw-r--r-- | guile/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guile/Makefile.am b/guile/Makefile.am index e63c1b0..15ca95c 100644 --- a/guile/Makefile.am +++ b/guile/Makefile.am @@ -28,8 +28,8 @@ AM_CPPFLAGS= \ # don't use -Werror, as it might break on other compilers # use -Wno-unused-parameters, because some callbacks may not # really need all the params they get -AM_CFLAGS=-Wall -Wextra -Wno-unused-parameter -Wdeclaration-after-statement -AM_CXXFLAGS=-Wall -Wextra -Wno-unused-parameter +AM_CFLAGS=${WARN_CFLAGS} +AM_CXXFLAGS=${WARN_CXXFLAGS} lib_LTLIBRARIES= \ libguile-mu.la |
