From 43a87590f45aa6e55724d30d0c2d0d34b407a57e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 17 Jan 2021 18:54:26 +0000 Subject: First cut modernizing and sanitizing --- stb_image.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'stb_image.c') diff --git a/stb_image.c b/stb_image.c index 8ddfd1f..a839b61 100644 --- a/stb_image.c +++ b/stb_image.c @@ -1,2 +1,8 @@ -#define STB_IMAGE_IMPLEMENTATION -#include "stb_image.h" +#ifndef TIDY +# define STB_IMAGE_IMPLEMENTATION +# pragma GCC diagnostic ignored "-Wsign-compare" +# ifndef __clang__ +# pragma GCC diagnostic ignored "-Wunused-but-set-variable" +# endif +# include "stb_image.h" +#endif -- cgit v1.2.3