Created
February 12, 2013 20:46
-
-
Save Rolias/4773237 to your computer and use it in GitHub Desktop.
Starting lint file the Gimpel's PC-Lint when running against the GCC 4.2.1 compiler for NetBurner development.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c:\lint\co-gcc.lnt | |
//Scott Meyer's Checks | |
c:\lint\au-sm123.lnt | |
//Set size options for integers pointers and longs | |
-si4 -sp4 -sl4 | |
//Some Mod5272 Module specific items | |
-iC:\Nburn\Mod5272 | |
-iC:\Nburn\Mod5272\system | |
-iC:\Nburn\include | |
-elib(129) | |
-elib(10) | |
-elib(19) | |
+libclass( foreign ) | |
//For Eclipse, we change output format of messages | |
-"format=LINT %t%(: %f:%l %) %n %m" | |
-width(0,0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment