mesa: change create_version_string() return type to void
Fixes "warning: no return statement in function returning non-void"
This commit is contained in:
@@ -57,7 +57,7 @@ override_version(struct gl_context *ctx)
|
|||||||
/**
|
/**
|
||||||
* Builds the MESA version string.
|
* Builds the MESA version string.
|
||||||
*/
|
*/
|
||||||
static GLboolean
|
static void
|
||||||
create_version_string(struct gl_context *ctx, const char *prefix)
|
create_version_string(struct gl_context *ctx, const char *prefix)
|
||||||
{
|
{
|
||||||
static const int max = 100;
|
static const int max = 100;
|
||||||
|
Reference in New Issue
Block a user