Ignoring another compiler warning.

This commit is contained in:
Faerbit 2014-11-08 02:36:30 +01:00
parent d57d3de417
commit 0754ad09db

View File

@ -4,6 +4,8 @@
* Distributed under the terms of the MIT License (see LICENSE.TXT). * * Distributed under the terms of the MIT License (see LICENSE.TXT). *
**********************************************************************/ **********************************************************************/
#pragma GCC diagnostic ignored "-Woverflow"
#include <ACGL/OpenGL/Data/TextureDataLoadStore.hh> #include <ACGL/OpenGL/Data/TextureDataLoadStore.hh>
#include <ACGL/OpenGL/Tools.hh> #include <ACGL/OpenGL/Tools.hh>
#include <ACGL/Utils/FileHelpers.hh> #include <ACGL/Utils/FileHelpers.hh>