2 // FlexeLint file for fifolog tools
13 +d__FreeBSD_cc_version=700003
15 -d__builtin_va_list=void* // used by stdarg.h
16 // -d__builtin_stdarg_start()=_to_semi // ditto
17 // -d__builtin_va_start(a,b)=((void)(b),(a)=0) // ditto
18 // -d__builtin_va_end()=_to_semi // ditto
19 +rw(__inline) // enable the (non-standard) __inline keyword
20 +rw(__inline__) // enable the (non-standard) __inline__ keyword
22 +d"__unused=/*lint -e{715} -e{818} */"
24 -e537 // Repeated include file
25 -elib(652) // #define of symbol '...' declared previously
26 -function(exit,__assert)
30 -e717 // do ... while(0)
32 // Ignore return values
45 -e713 // loss of precision sign/unsigned
47 -e734 // loss of precision assignment
48 -e737 // loss of sign in promotion int->unsigned
49 -e573 // sign/unsign mix in divide