summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mandoc/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mandoc/Makefile.common')
-rw-r--r--usr/src/cmd/mandoc/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/mandoc/Makefile.common b/usr/src/cmd/mandoc/Makefile.common
index 42d73be9f5..ac9df1c135 100644
--- a/usr/src/cmd/mandoc/Makefile.common
+++ b/usr/src/cmd/mandoc/Makefile.common
@@ -79,7 +79,7 @@ OBJS= arch.o \
OBJS += compat_ohash.o
# XXX gcc 4.4.4 false positive
-roff.o := CERRWARN += -_gcc=-Wno-uninitialized
+roff.o := CERRWARN += $(CNOWARN_UNINIT)
# not linted
SMATCH=off