Use an explicit 0 for the "no error" enums
This commit is contained in:
+1
-1
@@ -287,7 +287,7 @@ typedef void ALvoid;
|
||||
|
||||
|
||||
/** Errors: No Error. */
|
||||
#define AL_NO_ERROR AL_FALSE
|
||||
#define AL_NO_ERROR 0
|
||||
|
||||
/**
|
||||
* Invalid Name paramater passed to AL call.
|
||||
|
||||
+1
-1
@@ -120,7 +120,7 @@ typedef void ALCvoid;
|
||||
/**
|
||||
* No error
|
||||
*/
|
||||
#define ALC_NO_ERROR ALC_FALSE
|
||||
#define ALC_NO_ERROR 0
|
||||
|
||||
/**
|
||||
* No device
|
||||
|
||||
Reference in New Issue
Block a user