Excempt yet another file from old-style-cast checking
text.cpp was also excempted in the cmake build but didn't generate an error when I tested locally. Adding more the same pragma there to disable it both cmake and scons.
This commit is contained in:
parent
33333f14ca
commit
f32071726e
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
|
||||
#include "video.hpp"
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wold-style-cast"
|
||||
|
||||
namespace font {
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Add table
Reference in a new issue