diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-12-28 10:47:37 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-12-28 10:47:37 +0200 |
commit | 403500abec5b718324f360a9d0fc67b1ae2a5829 (patch) | |
tree | ebb1631c9928c0c38f8f92d39e1aca08cca515a3 /lib | |
parent | eb6c3df56c782dd2d4b7b502632eac2889389fc3 (diff) | |
download | gnutls-403500abec5b718324f360a9d0fc67b1ae2a5829.tar.gz |
opencdk: print all warnings on compilation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/opencdk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am index 50237959eb..a860ecf22b 100644 --- a/lib/opencdk/Makefile.am +++ b/lib/opencdk/Makefile.am @@ -18,7 +18,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <http://www.gnu.org/licenses/> -AM_CFLAGS = $(NETTLE_CFLAGS) +AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) $(NETTLE_CFLAGS) AM_CPPFLAGS = \ -I$(srcdir)/../../gl \ |