summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2022-02-19 13:07:11 +0200
committerDan McDonald <danmcd@joyent.com>2022-02-25 15:19:00 -0500
commita08cb8dea3693bdb503ab6364a8ec38f22b8d8c4 (patch)
treed1a12b549ee68a7d4a6a168d2c1e7f319e64966c
parent363c5e13d0d52a6fd89548ea7fe881982696ab22 (diff)
downloadillumos-joyent-a08cb8dea3693bdb503ab6364a8ec38f22b8d8c4.tar.gz
14523 ficl: remove temporary warning gags
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r--usr/src/boot/libficl/Makefile.com3
-rw-r--r--usr/src/lib/libficl/Makefile.com5
2 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/boot/libficl/Makefile.com b/usr/src/boot/libficl/Makefile.com
index 822e5d79fe..6948a521a9 100644
--- a/usr/src/boot/libficl/Makefile.com
+++ b/usr/src/boot/libficl/Makefile.com
@@ -40,9 +40,6 @@ pics/vm.o := SMOFF += check_check_deref
MAJOR = 4
MINOR = 1.0
-objs/vm.o := CFLAGS += -_gcc=-Wno-clobbered
-pics/vm.o := CFLAGS += -_gcc=-Wno-clobbered
-
machine:
$(RM) machine
$(SYMLINK) ../../sys/$(MACHINE)/include machine
diff --git a/usr/src/lib/libficl/Makefile.com b/usr/src/lib/libficl/Makefile.com
index 9502a28def..238468b2a1 100644
--- a/usr/src/lib/libficl/Makefile.com
+++ b/usr/src/lib/libficl/Makefile.com
@@ -36,11 +36,6 @@ CPPFLAGS += -I$(PNGLITE) -I$(LZ4)
CFLAGS += $(C_BIGPICFLAGS)
CFLAGS64 += $(C_BIGPICFLAGS64)
-# 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 += -lumem -luuid -lz -lc -lm
NATIVE_LIBS += libz.so