Skip to content

Commit

Permalink
fix gcc wanring
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 18, 2016
1 parent b1ea08e commit 4e60b25
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/text.cpp
Expand Up @@ -31,10 +31,9 @@

#include "video.hpp"

#pragma warning(push)
#pragma warning(disable:4068)
#pragma GCC diagnostic ignored "-Wold-style-cast"
#pragma warning(pop)
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wold-style-cast"
#endif

namespace font {

Expand Down

0 comments on commit 4e60b25

Please sign in to comment.