mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-06 00:13:33 +00:00
1. Fixed compiler warnings
2. Updated thread cleanup/finalizer logic to rely on ctxd if necessary
This commit is contained in:
@@ -160,7 +160,7 @@ void ILibDispatchSemaphore_post(sem_t* s);
|
||||
#endif
|
||||
|
||||
#include<stdint.h>
|
||||
static inline void ignore_result(uint64_t result) { (void)result; }
|
||||
static inline void ignore_result(uintptr_t result) { (void)result; }
|
||||
|
||||
#if defined(_DEBUG)
|
||||
#define PRINTERROR() printf("ERROR in %s, line %d\r\n", __FILE__, __LINE__);
|
||||
|
||||
Reference in New Issue
Block a user