mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-26 01:41:35 +01:00
Fixup issues when compiling with clang -Wmissing-variable-declarations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CC = gcc
|
||||
CC ?= gcc
|
||||
ifeq ($(shell uname -s), Darwin)
|
||||
CC = clang
|
||||
CC ?= clang
|
||||
endif
|
||||
#DEBUG = -O0 -g
|
||||
CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror -Wredundant-decls
|
||||
|
||||
Reference in New Issue
Block a user