mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 06:18:24 +02:00
gallium: undef PACKAGE_* macros to silence warnings
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
c0f16df938
commit
eb92f89587
1 changed files with 8 additions and 0 deletions
|
|
@ -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 <stddef.h>
|
||||
|
||||
#include <llvm-c/Core.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue