HomeSort by: relevance | last modified time | path
    Searched defs:set_but_not_used (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_307.c 8 /* expect+1: warning: static variable 'set_but_not_used' set but not used [307] */
9 static int set_but_not_used; variable in typeref:typename:int
15 set_but_not_used = 3;
msg_307.c 8 /* expect+1: warning: static variable 'set_but_not_used' set but not used [307] */
9 static int set_but_not_used; variable in typeref:typename:int
15 set_but_not_used = 3;

Completed in 61 milliseconds