From: Brian Paul Date: Mon, 25 Mar 2013 16:24:01 +0000 (-0600) Subject: gallium: undef PACKAGE_* macros to silence warnings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb92f8958705320374b080c7f8d6ece7407e7cbe;p=mesa.git gallium: undef PACKAGE_* macros to silence warnings Reviewed-by: Jose Fonseca --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp index 6a560df065a..46cdbad2683 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp @@ -40,6 +40,14 @@ #define __STDC_CONSTANT_MACROS #endif +// Undef these vars just to silence warnings +#undef PACKAGE_BUGREPORT +#undef PACKAGE_NAME +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION + + #include #include