diff options
author | Harald Welte <laforge@gnumonks.org> | 2018-09-25 22:51:20 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2018-09-25 22:52:22 +0200 |
commit | eda6fe42a5ad33d27e305c1a9b1304ac1f1cc247 (patch) | |
tree | 403195b3c96286912b16ecfbf4fb1d8f573568a2 /tests/fr | |
parent | 0d67f483e2d240089105a4d241cb8c9085e245af (diff) |
osmo-config-merge: Don't use C99 'for' loop initial declarations
The existing code passed gerrit build verification but failed the master
builds with the following error:
osmo-config-merge.c:148:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (int i = 0; i < cur_indent - indent; i++) {
^
osmo-config-merge.c:148:4: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your
code
Change-Id: Ia29e85b648c1a427be88242306634efe890e250d
Diffstat (limited to 'tests/fr')
0 files changed, 0 insertions, 0 deletions