github: enable warnings

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2023-05-31 15:11:31 +02:00
parent 5f183bfc42
commit 5b0e19438a
10 changed files with 26 additions and 20 deletions

View file

@ -6,7 +6,7 @@
#define SOCK_MAX_ROOMS 1
#define ROOM_EMIT_FRAME 0
typedef struct room_t {
struct room_t {
uint8_t clients[5] = {255, 255, 255, 255};
uint8_t activeClients();
bool isJoined(uint8_t num);