catch2/projects/SelfTest/SurrogateCpps
Martin Hořeňovský 9aa96712ae Sweep out some extra warnings
Swept:
`-Wpadded` in some places (where it caused extra size, instead of just
saying "hey, we padded struct at the end to align, just as standard says")
`-Wweak-vtables` everywhere (Clang)
`-Wexit-time-destructors` everywhere (Clang)
`-Wmissing-noreturn` everywhere (Clang)

The last three are enabled for Clang compilation going forward.

Also enabled `-Wunreachable-code` for Clang and GCC
2017-09-07 17:25:15 +02:00
..
catch_console_colour.cpp Changed all .hpp extensions to .h where there is now a corresponding .cpp 2017-09-07 11:24:33 +01:00
catch_debugger.cpp Added some missing source files (including all SurrogateCpps) to CMake project. 2016-11-09 22:55:32 +00:00
catch_interfaces_reporter.cpp Added some missing source files (including all SurrogateCpps) to CMake project. 2016-11-09 22:55:32 +00:00
catch_option.cpp Added some missing source files (including all SurrogateCpps) to CMake project. 2016-11-09 22:55:32 +00:00
catch_stream.cpp Added some missing source files (including all SurrogateCpps) to CMake project. 2016-11-09 22:55:32 +00:00
catch_test_case_tracker.cpp Changed all .hpp extensions to .h where there is now a corresponding .cpp 2017-09-07 11:24:33 +01:00
catch_test_spec.cpp Changed all .hpp extensions to .h where there is now a corresponding .cpp 2017-09-07 11:24:33 +01:00
catch_xmlwriter.cpp Changed all .hpp extensions to .h where there is now a corresponding .cpp 2017-09-07 11:24:33 +01:00