catch2/projects
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
..
Benchmark Added benchmark for the char literals change 2017-01-29 23:23:33 +01:00
SelfTest Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
XCode/OCTest Added back OCTest project 2017-09-06 15:44:42 +01:00
Where did the projects go.txt Renamed missing project explainer filename 2017-01-09 21:59:53 +00:00