Skip to content
  • Jose Fonseca's avatar
    cmake: Enforce standard C99 syntax for variadic macros. · 435d7a2c
    Jose Fonseca authored
    
    
    Although the non-standard GCC syntax has some nice properties, for most
    practical cases the standard C99 syntax is perfectly fine.  Particuarly
    for printf-like macros, which pretty much account for most the uses of
    variadic macros in piglit.
    
    Unfortunately this will only be effective on newer GCC versions, due a
    bug in GCC.  See comment for more details.
    
    Reviewed-by: default avatarRoland Scheidegger <sroland@vmware.com>
    435d7a2c