mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
glsl: silence warning about trailing comma in enum list
This commit is contained in:
parent
7d4d8a8de7
commit
75a9874021
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
typedef enum {
|
||||
PARAMETER_LIST_NO_MATCH,
|
||||
PARAMETER_LIST_EXACT_MATCH,
|
||||
PARAMETER_LIST_INEXACT_MATCH, /*< Match requires implicit conversion. */
|
||||
PARAMETER_LIST_INEXACT_MATCH /*< Match requires implicit conversion. */
|
||||
} parameter_list_match_t;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue