Skip to content
Snippets Groups Projects

Adapt to C standard GNU89 with GCC extensions

36 files
+ 354
137
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -39,7 +39,7 @@
@@ -39,7 +39,7 @@
#define MODEL_COUNTER 1
#define MODEL_COUNTER 1
int demo_icu_compression(void)
static int demo_icu_compression(void)
{
{
struct cmp_cfg example_cfg;
struct cmp_cfg example_cfg;
struct cmp_entity *cmp_entity = NULL;
struct cmp_entity *cmp_entity = NULL;
Loading