Last active
December 12, 2015 12:39
-
-
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.
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
//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