a195477470
Building with enhanced clang warnings indicated a large number of instances with the warning: `warning: zero as null pointer constant` Recommended practice in C++11 is to use `nullptr` as value for a NULL or empty pointer value. All instances where this warning was encountered were corrected in this commit. Where warning was encountered in dependency code (i.e. external library) no chnages were made. Patching will be offered upstream. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
cli.vcxproj | ||
cli.vcxproj.filters | ||
cmdlineparser.cpp | ||
cmdlineparser.h | ||
cppcheckexecutor.cpp | ||
cppcheckexecutor.h | ||
filelister.cpp | ||
filelister.h | ||
main.cpp | ||
threadexecutor.cpp | ||
threadexecutor.h | ||
version.rc |