Print this page
4804 apix & pcplusmp are nearly warning free already
Tentatively Reviewed by: Robert Mustacchi <rm@joyent.com>

@@ -63,27 +63,21 @@
 #
 # Depends on ACPI CA interpreter
 #
 LDFLAGS         += -dy -N misc/acpica
 
-CFLAGS          += -Dbug1157974 -Dbug1155030
-
 #
 # For now, disable these lint checks; maintainers should endeavor
 # to investigate and remove these for maximum lint coverage.
 # Please do not carry these forward to new Makefiles.
 #
 LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
 LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
 LINTTAGS        += -erroff=E_STATIC_UNUSED
 LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
 
-CERRWARN        += -_gcc=-Wno-parentheses
 CERRWARN        += -_gcc=-Wno-uninitialized
-CERRWARN        += -_gcc=-Wno-unused-function
-CERRWARN        += -_gcc=-Wno-unused-variable
-CERRWARN        += -_gcc=-Wno-empty-body
 
 #
 #       Default build targets.
 #
 .KEEP_STATE: