Fix compilation warnings (#635)
* lib: fix compilation warnings * ci: add CFLAGS
This commit is contained in:
parent
9a82dcc666
commit
81d533d2d1
6 changed files with 14 additions and 6 deletions
|
|
@ -38,6 +38,7 @@ static inline void ts_free(void *buffer) {
|
|||
#include <stdlib.h>
|
||||
|
||||
static inline bool ts_toggle_allocation_recording(bool value) {
|
||||
(void)value;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue