mesa: remove support for GCC older than 3.3.0

GCC >=3.3 has been required since 9aa3aa7138

Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
Reviewed-By: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Timothy Arceri
2014-12-12 19:05:22 +11:00
parent 2308b3bef2
commit 5eec7c8ab8
3 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
#include <stdbool.h>
#include "loader.h"
#if (__GNUC__ >= 3)
#if (__GNUC__)
#define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a)))
#else
#define PRINTFLIKE(f, a)