From 20393d71a848ae4402eaf0c2eeded6bf2cbf517b Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 11 Apr 2019 19:43:48 +0200 Subject: [PATCH] hardnested_tables: add C99 flag in suggested compilation --- client/hardnested/hardnested_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/hardnested/hardnested_tables.c b/client/hardnested/hardnested_tables.c index 912ad5cc4..91e3b3cd3 100644 --- a/client/hardnested/hardnested_tables.c +++ b/client/hardnested/hardnested_tables.c @@ -20,7 +20,7 @@ //----------------------------------------------------------------------------- // To compile it: -// gcc -I ../../common -o hardnested_tables hardnested_tables.c +// gcc -std=c99 -I ../../common -o hardnested_tables hardnested_tables.c #include #include