From 239b3ab10b460da34c490a7e06a21c984e21ffb6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 26 Nov 2021 20:21:12 +0000 Subject: Enable all Jason Turner recommended warnings --- gfx/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfx/image.h') diff --git a/gfx/image.h b/gfx/image.h index d43737f..23e9a9b 100644 --- a/gfx/image.h +++ b/gfx/image.h @@ -14,7 +14,7 @@ public: NO_COPY(Image); NO_MOVE(Image); - int width, height, numComponents; + unsigned int width, height, numComponents; std::span data; }; -- cgit v1.2.3