Skip to content

Commit

Permalink
Separate diagnostic ignored statements
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Mar 21, 2018
1 parent e0ce4ce commit f3bf568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion io/GeotiffSupport.cpp
Expand Up @@ -38,7 +38,8 @@

#include <geo_normalize.h>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Werror -Wmacro-redefined"
#pragma clang diagnostic ignored "-Werror"
#pragma clang diagnostic ignored "-Wmacro-redefined"
#include <ogr_spatialref.h>
#pragma clang diagnostic oop
#include <geo_simpletags.h>
Expand Down

0 comments on commit f3bf568

Please sign in to comment.