Print this page
8478 mac: suggest parentheses around '&&' within '||'
Reviewed by: Ryan Zezeski <rpz@joyent.com>
Reviewed by: Alexander Stetsenko <astetsenko@racktopsystems.com>

@@ -61,11 +61,10 @@
 LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
 LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
 
 CERRWARN        += -_gcc=-Wno-unused-label
 CERRWARN        += -_gcc=-Wno-uninitialized
-CERRWARN        += -_gcc=-Wno-parentheses
 CERRWARN        += -_gcc=-Wno-type-limits
 CERRWARN        += -_gcc=-Wno-switch
 CERRWARN        += -_gcc=-Wno-unused-variable
 
 #