Skip to content

Commit

Permalink
Disable glm warnings in another place.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Aug 25, 2023
1 parent 04b6caf commit 952a4db
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tools/imageio/imageio_utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@


#pragma once
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4201)
#endif
#include "disable_glm_warnings.h"
#include <glm/gtc/packing.hpp>
#ifdef _MSC_VER
#pragma warning(pop)
#endif
#include "reenable_warnings.h"

// -----------------------------------------------------------------------------

Expand Down

0 comments on commit 952a4db

Please sign in to comment.