diff --git a/src/mapi/glapi/tests/check_table.cpp b/src/mapi/glapi/tests/check_table.cpp index 761f2a24e09..82da3f2ed90 100644 --- a/src/mapi/glapi/tests/check_table.cpp +++ b/src/mapi/glapi/tests/check_table.cpp @@ -29,7 +29,7 @@ struct name_offset { const char *name; - int offset; + unsigned int offset; }; extern const struct name_offset linux_gl_abi[];