Skip to content

Instantly share code, notes, and snippets.

@Rolias
Last active December 12, 2015 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rolias/4773353 to your computer and use it in GitHub Desktop.
Save Rolias/4773353 to your computer and use it in GitHub Desktop.
A few project.lnt settings that vastly reduced the number of false positives I was getting from the Boost library. Other than +linebuf, the errors were a result of using BOOST_FOREACH. If you don't use that you may not need the -esym settings.
//BOOST
+linebuf
-etemplate(1054, 831,1013, 1015, 1039,1040,1054, 1070)
-emacro(64,BOOST_FOREACH)
-emacro(1703,BOOST_FOREACH)
-emacro(1025,BOOST_FOREACH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment