Skip to content

Commit

Permalink
ignore warnings from stb_image
Browse files Browse the repository at this point in the history
  • Loading branch information
sevas committed Aug 15, 2023
1 parent d164193 commit 76f0458
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/imageio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#include <stdexcept>

#define STB_IMAGE_WRITE_IMPLEMENTATION
#pragma warning(push, 3)
#include <stb_image_write.h>
#pragma warning(pop)

namespace cg::imageio {

Expand Down

0 comments on commit 76f0458

Please sign in to comment.