Skip to content

Commit

Permalink
Merge pull request #4194 from mathisloge/warning-fix
Browse files Browse the repository at this point in the history
fix warning for unknown compiler
  • Loading branch information
artemp committed Dec 17, 2020
2 parents cb4f1ff + 6a286c7 commit c8b8b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mapnik/warning.hpp
Expand Up @@ -91,8 +91,8 @@
#define MAPNIK_DISABLE_UNUSED_VARIABLE MAPNIK_DISABLE_WARNING(-Wunused-variable)
#define MAPNIK_DISABLE_MISMATCHED_TAGS MAPNIK_DISABLE_WARNING(-Wmismatched-tags)
#else
#define MAPNIK_MAPNIK_DISABLE_WARNING_PUSH
#define MAPNIK_MAPNIK_DISABLE_WARNING_POP
#define MAPNIK_DISABLE_WARNING_PUSH
#define MAPNIK_DISABLE_WARNING_POP
// add all of the above warnings here (will be used if unknown compiler)
#define MAPNIK_DISABLE_WARNING_UNKNOWN_PRAGMAS
#define MAPNIK_DISABLE_WARNING_PRAGMAS
Expand Down

0 comments on commit c8b8b5c

Please sign in to comment.