[Mesa-dev] [PATCH 3/4] glx: Include util/macros.h instead of redefining PRINTFLIKE.

Jose Fonseca jfonseca at vmware.com
Thu Apr 2 07:32:55 PDT 2015


---
 src/glx/dri_common.h | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/glx/dri_common.h b/src/glx/dri_common.h
index 5cd150a..947d331 100644
--- a/src/glx/dri_common.h
+++ b/src/glx/dri_common.h
@@ -39,12 +39,7 @@
 #include <GL/internal/dri_interface.h>
 #include <stdbool.h>
 #include "loader.h"
-
-#if (__GNUC__)
-#define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a)))
-#else
-#define PRINTFLIKE(f, a)
-#endif
+#include "util/macros.h" /* for PRINTFLIKE */
 
 typedef struct __GLXDRIconfigPrivateRec __GLXDRIconfigPrivate;
 
-- 
2.1.0



More information about the mesa-dev mailing list