summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-28 10:47:37 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-28 10:47:37 +0200
commit403500abec5b718324f360a9d0fc67b1ae2a5829 (patch)
treeebb1631c9928c0c38f8f92d39e1aca08cca515a3 /lib
parenteb6c3df56c782dd2d4b7b502632eac2889389fc3 (diff)
downloadgnutls-403500abec5b718324f360a9d0fc67b1ae2a5829.tar.gz
opencdk: print all warnings on compilation
Diffstat (limited to 'lib')
-rw-r--r--lib/opencdk/Makefile.am2
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 \