Applied review requested changes for #3125
- Reverted stb_image.h changes to prevent future merge conflicts. - Added #pragma warning before and after stb_image header to disable and enable 'unreferenced formal parameter' warning.
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
|
||||
#pragma warning(disable: 4100) // Disable warning 'unreferenced formal parameter'
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "contrib/stb_image/stb_image.h"
|
||||
#pragma warning(default: 4100) // Enable warning 'unreferenced formal parameter'
|
||||
|
||||
#include <fstream>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user