Skip to content

Instantly share code, notes, and snippets.

@Rolias
Created February 12, 2013 20:46
Show Gist options
  • Save Rolias/4773237 to your computer and use it in GitHub Desktop.
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.
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