Home
last modified time | relevance | path

Searched refs:Wshadow (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/
H A DMakefile.solaris.defs84 #WARNFLAGS = -Wall -Wmissing-prototypes -Wunused -Wshadow \
H A Dconfigure.ac123 CPPFLAGS="$CPPFLAGS -Wall -Wmissing-prototypes -Wunused -Wshadow"
H A Dconfig.status.solaris533 s,@CPPFLAGS@, -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-…
H A DChangeLog4136 * configure.in (CPPFLAGS): Added -Wshadow, -Wpointer-arith and
/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h175 extern int Wshadow;
H A Dlib.c290 int Wshadow = 0; variable
664 { "shadow", &Wshadow },
H A Dsymbol.c612 if (!Wshadow || warned) in check_declaration()