File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 174174 <BufferSecurityCheck >true</BufferSecurityCheck >
175175 <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
176176 <Optimization >Disabled</Optimization >
177- <PreprocessorDefinitions >CPPCHECKLIB_IMPORT;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
177+ <PreprocessorDefinitions >CPPCHECKLIB_IMPORT;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;TIXML_USE_STL; %(PreprocessorDefinitions)</PreprocessorDefinitions >
178178 <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
179179 <SuppressStartupBanner >true</SuppressStartupBanner >
180180 <WarningLevel >Level4</WarningLevel >
266266 <AdditionalIncludeDirectories >..\lib;..\externals;..\externals\tinyxml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
267267 <BufferSecurityCheck >false</BufferSecurityCheck >
268268 <Optimization >MaxSpeed</Optimization >
269- <PreprocessorDefinitions >CPPCHECKLIB_IMPORT;NDEBUG;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
269+ <PreprocessorDefinitions >CPPCHECKLIB_IMPORT;NDEBUG;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;TIXML_USE_STL; %(PreprocessorDefinitions)</PreprocessorDefinitions >
270270 <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
271271 <SuppressStartupBanner >true</SuppressStartupBanner >
272272 <WarningLevel >Level4</WarningLevel >
Original file line number Diff line number Diff line change 245245 <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
246246 <MultiProcessorCompilation >true</MultiProcessorCompilation >
247247 <Optimization >Disabled</Optimization >
248- <PreprocessorDefinitions >CPPCHECKLIB_EXPORT;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
248+ <PreprocessorDefinitions >CPPCHECKLIB_EXPORT;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;TIXML_USE_STL; %(PreprocessorDefinitions)</PreprocessorDefinitions >
249249 <WarningLevel >Level4</WarningLevel >
250250 <AdditionalIncludeDirectories >..\externals;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
251251 <DisableSpecificWarnings >4251;4512</DisableSpecificWarnings >
331331 <FunctionLevelLinking >true</FunctionLevelLinking >
332332 <AdditionalIncludeDirectories >..\externals;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
333333 <DisableSpecificWarnings >4251;4512</DisableSpecificWarnings >
334- <PreprocessorDefinitions >CPPCHECKLIB_EXPORT;NDEBUG;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
334+ <PreprocessorDefinitions >CPPCHECKLIB_EXPORT;NDEBUG;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;TIXML_USE_STL; %(PreprocessorDefinitions)</PreprocessorDefinitions >
335335 <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
336336 <DebugInformationFormat >
337337 </DebugInformationFormat >
Original file line number Diff line number Diff line change @@ -171,7 +171,6 @@ class CPPCHECKLIB Settings {
171171 /* * @brief --report-progress */
172172 bool reportProgress;
173173
174- #ifdef HAVE_RULES
175174 /* * Rule */
176175 class CPPCHECKLIB Rule {
177176 public:
@@ -190,7 +189,6 @@ class CPPCHECKLIB Settings {
190189 * @brief Extra rules
191190 */
192191 std::list<Rule> rules;
193- #endif
194192
195193 /* * Is the 'configuration checking' wanted? */
196194 bool checkConfiguration;
You can’t perform that action at this time.
0 commit comments