From a9b9ed95f39cff40710e74ed81fdedee1cfad9e2 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 10 May 2023 10:49:31 +0200 Subject: Remove all warnings from source code --- src/binres/cburnett_png.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/binres/cburnett_png.hpp') diff --git a/src/binres/cburnett_png.hpp b/src/binres/cburnett_png.hpp index 4939d0d..a4b8abe 100644 --- a/src/binres/cburnett_png.hpp +++ b/src/binres/cburnett_png.hpp @@ -1,4 +1,4 @@ -static unsigned char cburnett_png[] = { +unsigned char cburnett_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x01, 0x90, 0x00, 0x00, 0x04, 0xb0, 0x08, 0x04, 0x00, 0x00, 0x00, 0x7f, 0x22, 0xd4, 0xd6, 0x00, 0x00, 0x00, -- cgit v1.2.3