Lines Matching +full:non +full:- +full:volatile
2 * Copyright (c) 2000-2002 Proofpoint, Inc. and its suppliers.
57 # define volatile macro
69 # define SM_DEAD(proto) volatile proto
70 # define SM_DEAD_D volatile
99 ** volatile, but which must be declared volatile when compiling with
100 ** gcc -O -Wall in order to suppress bogus warning messages.
102 ** Variables that actually are volatile should be declared volatile
103 ** using the "volatile" keyword. If a variable actually is volatile,
106 ** To compile sendmail with gcc and see all non-bogus warnings,
108 ** gcc -O -Wall -DSM_OMIT_BOGUS_WARNINGS ...
109 ** Do not use -DSM_OMIT_BOGUS_WARNINGS when compiling the production
114 # define SM_NONVOLATILE volatile