mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 20:40:24 +01:00
In generic_nop() call _mesa_warning() instead of _mesa_problem() since it's an app issue, not a mesa bug.
This commit is contained in:
parent
c56588407c
commit
cf239ced0d
1 changed files with 1 additions and 1 deletions
|
|
@ -978,7 +978,7 @@ init_attrib_groups(GLcontext *ctx)
|
|||
static int
|
||||
generic_nop(void)
|
||||
{
|
||||
_mesa_problem(NULL, "User called no-op dispatch function (an unsupported extension function?)");
|
||||
_mesa_warning(NULL, "User called no-op dispatch function (an unsupported extension function?)");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue