mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-24 05:18:59 -05:00
Removing more warnings
This commit is contained in:
@@ -22,8 +22,17 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning (push)
|
||||
#pragma warning (disable : 4619) // #pragma warning: there is no warning number '4800'
|
||||
#endif // WIN32
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning (pop)
|
||||
#endif // WIN32
|
||||
|
||||
// When running the unit tests we don't want to be asked what to do in the case of an
|
||||
// assertion
|
||||
#ifndef GHL_THROW_ON_ASSERT
|
||||
|
||||
Reference in New Issue
Block a user