You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following change seems to break building up the current git-master 668c7c0
configuration.c: In function ‘config_new’: configuration.c:208:2: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode for (int i = 0 ; i < MAX_SHCUPD_PEERS; i++) ^ configuration.c:208:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
The text was updated successfully, but these errors were encountered:
The following change seems to break building up the current git-master
668c7c0
configuration.c: In function ‘config_new’: configuration.c:208:2: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode for (int i = 0 ; i < MAX_SHCUPD_PEERS; i++) ^ configuration.c:208:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
The text was updated successfully, but these errors were encountered: