created UNUSED flag

This commit is contained in:
Václav Šmejkal 2022-06-19 17:15:23 +02:00
parent f26d23a08c
commit d293941646
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -25,6 +25,7 @@
#define NOT_FOUND_TRIES 10 //NUMBER OF TRIES FOR DOWNLOADING versions.json #define NOT_FOUND_TRIES 10 //NUMBER OF TRIES FOR DOWNLOADING versions.json
#define DEPRECATED __attribute__((deprecated)) //SAME COMMENT AS VERSIONS_NAME'S #define DEPRECATED __attribute__((deprecated)) //SAME COMMENT AS VERSIONS_NAME'S
#define UNUSED __attribute__((unused)) //SAME COMMENT AS DEPRECATED'S
typedef struct typedef struct
{ {