1// Please note -- this is a representative set of error suppression 2// options. Please adjust to suit your own policies 3// See manual (chapter LIVING WITH LINT) 4// for further details. 5 6// for GNU compiler 7co-gnu3.lnt 8 9+macros 10 11+libclass( ansi, angle ) 12-elib(27) 13-elib(14) 14 15// Suppress error 16-w1 17-e46 18-e157 19//The following are very frequent and just make a log file 50% bigger with no real inform 20-e831 //reference cited in prior message 21-e830 //location cited in prior message 22-e160 // jerry.tsao: for XC macro 23 24-emacro(78,offsetof) 25-emacro(40,offsetof) 26 27-si4 28-sp4 29 30-dasm=_to_brackets // jerry.tsao: for asmCPU 31 32-d__mips__ 33-d_MIPS_SZPTR=32 // jerry.tsao: for mips-linux-gnu 34-d__BYTE_ORDER=__LITTLE_ENDIAN 35 36//-os(lint_test.log) 37 38 39//bypass too large line error 40-e91 41-e156