Fixed warnings

This commit is contained in:
Christophe Riccio
2018-08-13 20:41:11 +02:00
parent 7489d5d01e
commit 72c3b98e5b
4 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,3 @@
/// @ref core
/// @file glm/detail/setup.hpp
#ifndef GLM_SETUP_INCLUDED
#include <cassert>
@@ -402,7 +399,6 @@
# define GLM_STATIC_ASSERT(x, message) typedef char __CASSERT__##__LINE__[(x) ? 1 : -1]
#else
# define GLM_STATIC_ASSERT(x, message)
# define GLM_STATIC_ASSERT_NULL
#endif//GLM_LANG
///////////////////////////////////////////////////////////////////////////////////