Fix compiler warnings (#3784)
The definition of os_get_invalid_handle in platform_internal.h did not match the declaration in platform_api_extension.h.
This commit is contained in:
@ -188,7 +188,7 @@ typedef uint32_t os_raw_file_handle;
|
||||
#endif
|
||||
|
||||
static inline os_file_handle
|
||||
os_get_invalid_handle()
|
||||
os_get_invalid_handle(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user