Browse code

Updated flag -Wno-unused to -Wno-unused-value

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rtreemix@89062 bc3139a8-67e5-0310-9ffc-ced21a209358

Jasmina Bogojeska authored on 16/04/2014 07:10:45
Showing 1 changed files

... ...
@@ -1,4 +1,4 @@
1
-PKG_CFLAGS=-DUSEDOUBLE -DWINDOWS -Wno-unused -Dexit=_Rtreemix_exit
1
+PKG_CFLAGS=-DUSEDOUBLE -DWINDOWS -Wno-unused-value -Dexit=_Rtreemix_exit
2 2
 
3 3
 PKG_LIBS=-lm 
4 4