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/swap_png.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/binres/swap_png.hpp') diff --git a/src/binres/swap_png.hpp b/src/binres/swap_png.hpp index 514027e..2417208 100644 --- a/src/binres/swap_png.hpp +++ b/src/binres/swap_png.hpp @@ -1,4 +1,4 @@ -static unsigned char swap_png[] = { +unsigned char swap_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x32, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1e, 0x3f, 0x88, 0xb1, 0x00, 0x00, 0x10, -- cgit v1.2.3