summaryrefslogtreecommitdiff
path: root/usr/src/lib/libficl
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libficl')
-rw-r--r--usr/src/lib/libficl/Makefile.com5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/lib/libficl/Makefile.com b/usr/src/lib/libficl/Makefile.com
index 505e0d27f4..cdf4419df0 100644
--- a/usr/src/lib/libficl/Makefile.com
+++ b/usr/src/lib/libficl/Makefile.com
@@ -31,6 +31,11 @@ FICLDIR= $(SRC)/common/ficl
C99MODE= $(C99_ENABLE)
CPPFLAGS += -I.. -I$(FICLDIR) -D_LARGEFILE64_SOURCE=1
+# As variable "count" is marked volatile, gcc 4.4.4 will complain about
+# function argument. So we switch this warning off
+# for time being, till gcc 4.4.4 will be replaced.
+pics/vm.o := CERRWARN += -_gcc=-Wno-clobbered
+
LDLIBS += -luuid -lc -lm -lumem
HEADERS= $(FICLDIR)/ficl.h $(FICLDIR)/ficltokens.h ../ficllocal.h \