Cleaned up -Wpadded warning handling a bit more

This commit is contained in:
Phil Nash 2013-03-13 08:18:30 +00:00
parent dc2735c23d
commit 0db35c0f35
5 changed files with 9 additions and 16 deletions

View file

@ -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"