Martin Hořeňovský adb66f55a7 Don't include warning headers from catch_xmlwriter.hpp
This prevents Catch from disabling `Wpadded` for Clang inside test files
(files that do not define either `CATCH_CONFIG_MAIN` or
`CATCH_CONFIG_RUNNER`).

catch_suppress_warnings.h and catch_reenable_warnings.h should be
included only once*, so that the stitching script includes them as the
first and last header respectively, since it only includes each header
once. This caused a bug, where the first one was included properly, but
the second one was included prematurely, from catch_xmlwriter.hpp, and
thus was guarded by `CATCH_IMPL`.

* At least until the stitching script is changed to accomodate common
warning disabling header.

Fixes #871
2017-06-02 19:10:57 +02:00
..
2014-03-17 18:40:58 +00:00
2017-02-14 09:16:54 +00:00
2017-02-13 14:12:22 +01:00
2017-03-06 09:23:31 +00:00
2017-03-13 15:40:21 +00:00
2014-05-19 18:57:14 +01:00
2017-04-04 11:31:13 +02:00
2015-07-28 18:55:11 +01:00
2017-02-13 14:12:22 +01:00
2014-03-17 18:40:58 +00:00
2017-05-16 13:59:29 +02:00