mirror of https://github.com/gabime/spdlog.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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;
^~~~~~
|
8 years ago | |
|---|---|---|
| .. | ||
| CMakeLists.txt | 8 years ago | |
| Makefile | 8 years ago | |
| catch.hpp | 8 years ago | |
| catch.license | 8 years ago | |
| errors.cpp | 8 years ago | |
| file_helper.cpp | 8 years ago | |
| file_log.cpp | 8 years ago | |
| format.cpp | 9 years ago | |
| includes.h | 8 years ago | |
| install_libcxx.sh | 10 years ago | |
| main.cpp | 11 years ago | |
| registry.cpp | 9 years ago | |
| test_macros.cpp | 8 years ago | |
| tests.sln | 10 years ago | |
| tests.vcxproj | 8 years ago | |
| tests.vcxproj.filters | 8 years ago | |
| utils.cpp | 8 years ago | |
| utils.h | 8 years ago | |