]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/Makefile.omk
JORTE: ignore 'int-to-pointer' and 'pointer-to-int' compiler warnings
[orte.git] / orte / libjorte / Makefile.omk
index 3a892159c36c78ceb3a0fecf09957c806b2ae01b..373f9d39acb75d965f246c641933e66e559ae93b 100644 (file)
@@ -13,6 +13,7 @@ shared_LIBRARIES = jorte
 lib_LOADLIBES = orte
 
 INCLUDES = -I $(srcdir)/../include -I $(JAVA_HOME)/include  -I $(JAVA_HOME)/include/linux
+CFLAGS += -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast
 
 jorte_SOURCES = \
 onLoad.c \