mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-29 06:56:44 +02:00
Fix unused parameter and unused result warnings
This commit is contained in:
@ -39,6 +39,8 @@
|
||||
#define net_to_host(x, y) hst_to_net(x, y)
|
||||
#endif
|
||||
|
||||
#define UNUSED_VAR(x) ((void) x)
|
||||
|
||||
typedef enum File_Type {
|
||||
FILE_TYPE_REGULAR,
|
||||
FILE_TYPE_DIRECTORY,
|
||||
@ -46,6 +48,8 @@ typedef enum File_Type {
|
||||
} File_Type;
|
||||
|
||||
|
||||
void clear_screen(void);
|
||||
|
||||
void hst_to_net(uint8_t *num, uint16_t numbytes);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user