diff options
author | Toomas Soome <tsoome@me.com> | 2022-02-19 13:07:11 +0200 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2022-02-23 08:55:50 +0200 |
commit | c5613aaa46cccb3791fcd4cf94667878c3ee155e (patch) | |
tree | d582ca672a17dc3ff0c86851d153390be1447977 | |
parent | db1a8deb164e311ff6eed02e115664a901481118 (diff) | |
download | illumos-joyent-c5613aaa46cccb3791fcd4cf94667878c3ee155e.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.com | 3 | ||||
-rw-r--r-- | usr/src/lib/libficl/Makefile.com | 5 |
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 |