From 625da6f5603f33168572597cda8b72b5bd1b96d1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 25 Feb 2023 13:15:36 -0500 Subject: map: Fix shift overflow warning src/resources/map.c: In function ‘tmx_data_end’: src/resources/map.c:541:35: warning: result of ‘255 << 24’ requires 33 bits to represent, but ‘int’ only has 32 bits [-Wshift-overflow=] 541 | (decomp_buf[i * 4 + 3] & 0xFF << 030); | ^~ --- (limited to 'COPYING.LESSER') -- cgit v0.9.1