ralloc: Annotate printf functions with PRINTFLIKE(...)
authorMatt Turner <mattst88@gmail.com>
Tue, 23 Oct 2012 20:30:09 +0000 (13:30 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 25 Oct 2012 17:47:43 +0000 (10:47 -0700)
commit41b14d125196e75cdd4599a4c1069b41e7000d48
treea45461ed91a47dcd74ecec8530b7cc8cfce7a67d
parentec57fbbc72b552a4f894f32798a2ace16749f520
ralloc: Annotate printf functions with PRINTFLIKE(...)

Catches problems such as (in the gles3 branch)

glcpp-parse.y: In function '_glcpp_parser_handle_version_declaration':
glcpp-parse.y:1990:39: warning: format '%lli' expects argument of type
'long long int', but argument 4 has type 'int' [-Wformat]

As a side-effect, remove ralloc.c's likely/unlikely macros and just use
the ones from main/compiler.h.

NOTE: This is a candidate for the release branches.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/ralloc.c
src/glsl/ralloc.h