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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user