Fix LodePNG to avoid -Wcast-qual warnings

<https://github.com/lvandeve/lodepng/issues/160>
This commit is contained in:
Rangi
2022-10-14 16:17:52 -04:00
parent 89a888277a
commit 90bec40276
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: all clean
CC := gcc
CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic -Wno-missing-field-initializers
CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic
tools := \
bpp2png \