build v1.3.6 (include's David Grayson's fix for the gcc pragma)

This commit is contained in:
Phil Nash 2016-03-11 18:31:52 +00:00
parent c362894565
commit 02af70ed0b
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
![catch logo](catch-logo-small.png) ![catch logo](catch-logo-small.png)
*v1.3.5* *v1.3.6*
Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/Catch.png)](https://travis-ci.org/philsquared/Catch) Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/Catch.png)](https://travis-ci.org/philsquared/Catch)

View File

@ -37,7 +37,7 @@ namespace Catch {
return os; return os;
} }
Version libraryVersion( 1, 3, 5, "", 0 ); Version libraryVersion( 1, 3, 6, "", 0 );
} }

View File

@ -1,6 +1,6 @@
/* /*
* Catch v1.3.5 * Catch v1.3.6
* Generated: 2016-02-29 08:16:42.342094 * Generated: 2016-03-11 18:30:42.852700
* ---------------------------------------------------------- * ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly * This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
@ -149,7 +149,7 @@
# endif # endif
# if !defined(CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS) && defined(CATCH_CPP11_OR_GREATER) # if !defined(CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS) && defined(CATCH_CPP11_OR_GREATER)
# define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS _Pragma( "gcc diagnostic ignored \"-Wparentheses\"" ) # define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS _Pragma( "GCC diagnostic ignored \"-Wparentheses\"" )
# endif # endif
// - otherwise more recent versions define __cplusplus >= 201103L // - otherwise more recent versions define __cplusplus >= 201103L
@ -7481,7 +7481,7 @@ namespace Catch {
return os; return os;
} }
Version libraryVersion( 1, 3, 5, "", 0 ); Version libraryVersion( 1, 3, 6, "", 0 );
} }