Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <post@arntzen-software.no>2020-06-18 11:07:31 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2020-06-18 11:07:31 +0300
commit11832b6e14f3223df0c1f426d6162d6f0d008c53 (patch)
treebef5b41a4016b487c21139bb88aebb5309112125 /Makefile
parent5e509b159a59ab30622c170442060384bb6a7962 (diff)
Clean up some deprecation warnings when building with Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a006e81f..1f4e00b5 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ STATIC_LIB := lib$(TARGET).a
DEPS := $(OBJECTS:.o=.d) $(CLI_OBJECTS:.o=.d)
-CXXFLAGS += -std=c++11 -Wall -Wextra -Wshadow
+CXXFLAGS += -std=c++11 -Wall -Wextra -Wshadow -Wno-deprecated-declarations
ifeq ($(DEBUG), 1)
CXXFLAGS += -O0 -g