From e9553cf80c3a5588b68a38ea7a99936a8b9b88b7 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 19 Sep 2025 17:37:36 +0200 Subject: Fix warnings for older compilers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 76a6d9c..7e2145e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # WMAP Parser Makefile # ANSI C compatible library with clean build structure -CC = gcc +CC ?= gcc CFLAGS_RELEASE = -ansi -pedantic -Wall -Wextra -O2 -fomit-frame-pointer CFLAGS_DEBUG = -ansi -pedantic -Wall -Wextra -g -DDEBUG -- cgit