]> andersk Git - splint.git/blob - test/warnuse/warnflags.c
Fixed loading of rc files, warnrc and showscan.
[splint.git] / test / warnuse / warnflags.c
1 extern int f (void) 
2      /*@warn bufferoverflow|statemerge "g is a very dangerous function!" @*/ ;
3
4 int wflags ()
5 {
6   return f ();
7 }
This page took 0.050374 seconds and 5 git commands to generate.