Skip to content
Snippets Groups Projects
Commit e22e7311 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix warning

parent 7f403d3a
No related branches found
No related tags found
No related merge requests found
......@@ -41,10 +41,17 @@
#include "llviewermenufile.h"
#include "llnotificationsutil.h"
#if LL_WINDOWS
#pragma warning (push)
#pragma warning (disable : 4702) // compiler complains unreachable code
#endif
#define TINYEXR_USE_MINIZ 0
#include "zlib.h"
#define TINYEXR_IMPLEMENTATION
#include "tinyexr/tinyexr.h"
#if LL_WINDOWS
#pragma warning (pop)
#endif
LLPointer<LLImageGL> gEXRImage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment