assorted warning fixes
[pcsx_rearmed.git] / Makefile
index 0998f58..e3b9099 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -290,6 +290,12 @@ endif
 
 .PHONY: all clean target_ plugins_ clean_plugins FORCE
 
 
 .PHONY: all clean target_ plugins_ clean_plugins FORCE
 
+ifneq "$(PLATFORM)" "pandora"
+ifdef CPATH
+$(warning warning: CPATH is defined)
+endif
+endif
+
 # ----------- release -----------
 
 VER ?= $(shell git describe HEAD)
 # ----------- release -----------
 
 VER ?= $(shell git describe HEAD)