mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 15:39:27 +00:00
Cleaned up -Wpadded warning handling a bit more
This commit is contained in:
parent
dc2735c23d
commit
0db35c0f35
5 changed files with 9 additions and 16 deletions
|
@ -6,10 +6,6 @@
|
|||
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic ignored "-Wpadded"
|
||||
#endif
|
||||
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include "catch_self_test.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue