[Lunar-commits] <moonbase-other> OpenImageIO-oiio: Just adding -Wno-dev to silence some messages we don't care about.
Dennis Veatch
dennisveatch at bellsouth.net
Wed Sep 17 13:56:52 CEST 2014
commit fffb4702db99ce3ff944d764eae43e1953d9fc03
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 17 Sep 2014 07:56:02 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/fffb4702db99ce3ff944d764eae43e1953d9fc03
OpenImageIO-oiio: Just adding -Wno-dev to silence some messages we don't care about.
---
graphics/OpenImageIO-oiio/BUILD | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/graphics/OpenImageIO-oiio/BUILD
+++ b/graphics/OpenImageIO-oiio/BUILD
@@ -8,7 +8,7 @@
OPTS+=" -DHDF5_LIBRARIES=/usr/lib"
fi &&
- OPTS+=" -DEMBEDPLUGINS=OFF -DCMAKE_C_FLAGS=-fPIC" &&
+ OPTS+=" -DEMBEDPLUGINS=OFF -DCMAKE_C_FLAGS=-fPIC -Wno-dev" &&
# these will both be obsolete with the next version bump
sedit "35i #include <string.h>" src/libtexture/texturesys.cpp src/libtexture/imagecache.cpp src/testtex/testtex.cpp &&
More information about the Lunar-commits
mailing list