mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
8e861728a0
Compiling with -Wmisleading-indentation triggers warning: /data/Git/spdlog/tests/catch.hpp: In member function ‘bool Catch::TestSpec::Filter::matches(const Catch::TestCaseInfo&) const’: /data/Git/spdlog/tests/catch.hpp:2913:17: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] for( std::vector<Ptr<Pattern> >::const_iterator it = m_patterns.begin(), itEnd = m_patterns.end(); it != itEnd; ++it ) ^~~ /data/Git/spdlog/tests/catch.hpp:2916:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ return true; ^~~~~~ |
||
---|---|---|
.. | ||
catch.hpp | ||
catch.license | ||
CMakeLists.txt | ||
errors.cpp | ||
file_helper.cpp | ||
file_log.cpp | ||
format.cpp | ||
includes.h | ||
install_libcxx.sh | ||
main.cpp | ||
Makefile | ||
registry.cpp | ||
test_macros.cpp | ||
tests.sln | ||
tests.vcxproj | ||
tests.vcxproj.filters | ||
utils.cpp | ||
utils.h |