Skip to content

Commit

Permalink
For some reason libucl has an unused-variable issue now
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrewery committed Apr 30, 2020
1 parent b7f2023 commit f0caa51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -269,7 +269,8 @@ libucl_la_CFLAGS= $(AM_CFLAGS) -Wno-extra \
-I$(top_srcdir)/external/libucl/klib \
-I$(top_srcdir)/external/libucl/include \
-I$(top_srcdir)/external/libucl/src \
-Wno-unused-parameter -Wno-pointer-sign
-Wno-unused-parameter -Wno-pointer-sign \
-Wno-unused-variable

libptsort_la_SOURCES= external/ptsort/lib/aa_tree.c \
external/ptsort/lib/aa_tree.h \
Expand Down
3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -907,7 +907,8 @@ libucl_la_CFLAGS = $(AM_CFLAGS) -Wno-extra \
-I$(top_srcdir)/external/libucl/klib \
-I$(top_srcdir)/external/libucl/include \
-I$(top_srcdir)/external/libucl/src \
-Wno-unused-parameter -Wno-pointer-sign
-Wno-unused-parameter -Wno-pointer-sign \
-Wno-unused-variable

libptsort_la_SOURCES = external/ptsort/lib/aa_tree.c \
external/ptsort/lib/aa_tree.h \
Expand Down

0 comments on commit f0caa51

Please sign in to comment.