// Compiler Options for Texas Inst. TI320 class C compilers // This file contains options to allow PC-lint to process source // files for your compiler. It is used as follows: // // lint co-ti320.lnt source-file(s) // // while processing compiler (library) header files ... -elib(553) // suppress message about undefined preprocessor variables -elib(652) // suppress message about #define of earlier declared symbols -elib(762) // suppress message about multiple identical declarations and -elib(760) // suppress message about multiple identical macro defs -sb32 // 'Byte' is 32 bits -ss1 // short -si1 // int -sl1 // long -sf1 // float -sd1 // double -sp1 // ptrs are 32 bits -sc1 // char -d_TMS320c30=1 // Pre-defined symbol indicates model 30 // (*** please adjust for other chip models ***) // The following functions exhibit variable return modes. // That is, they may equally-usefully be called for a value // as called just for their effects. Accordingly we inhibit // Warning 534 for these functions. // Feel free to add to or subtract from this list. -esym(534,close,creat,fclose,fprintf,fputc) -esym(534,fputs,fscanf,fseek,fwrite,lseek,memcpy,memmove,memset) -esym(534,printf,puts,scanf,sprintf,sscanf,strcat,strcpy) -esym(534,strncat,strncpy,unlink,write) -emacro(???,va_arg) // the va_arg() macro can yield 415, 416, 661, 662 // 796 and 797 (out-of-bounds errors).