Skip to content

Commit

Permalink
More clang errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Mar 21, 2018
1 parent 3227085 commit c3b1bb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/nitf/io/MetadataReader.cpp
Expand Up @@ -32,7 +32,11 @@
* OF SUCH DAMAGE.
****************************************************************************/

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Werror"
#pragma clang diagnostic ignored "-Wunused-private-field"
#include "MetadataReader.hpp"
#pragma clang diagnostic pop

#include <pdal/Metadata.hpp>
#include <pdal/util/Utils.hpp>
Expand Down
4 changes: 4 additions & 0 deletions plugins/nitf/io/NitfFileReader.cpp
Expand Up @@ -32,7 +32,11 @@
* OF SUCH DAMAGE.
****************************************************************************/

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Werror"
#pragma clang diagnostic ignored "-Wunused-private-field"
#include "NitfFileReader.hpp"
#pragma clang diagnostic pop

#include <pdal/Metadata.hpp>

Expand Down

0 comments on commit c3b1bb5

Please sign in to comment.