Skip to content
  • Vinson Lee's avatar
    util: Fix printf format warning. · 94d46718
    Vinson Lee authored
    Fixes this GCC warning.
    piglit-util.c:202: warning: format '%x' expects type 'unsigned int', but
    argument 2 has type 'const char *'
    94d46718