diff options
author | Mathias Kresin <dev@kresin.me> | 2019-01-13 19:28:54 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-13 19:28:54 +0100 |
commit | 01e95dc0dc6620c0305cea16623c7b62ab3a7592 (patch) | |
tree | 71aa4f5892fc7ba99fbd5ed57994275d40a1f28f /toolchain/musl/include | |
parent | 6a3f8b88185b2ee85bf7a33f6912508e7abcdef9 (diff) | |
download | upstream-01e95dc0dc6620c0305cea16623c7b62ab3a7592.tar.gz upstream-01e95dc0dc6620c0305cea16623c7b62ab3a7592.tar.bz2 upstream-01e95dc0dc6620c0305cea16623c7b62ab3a7592.zip |
firmware-utils: mkdlinkfw: fix build
While we don't need the gnu99 option anymore, we still need to force the
c99 standard to fix the following build error on the build bots:
src/mkdlinkfw.c: In function 'find_auh_headers':
src/mkdlinkfw.c:267:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (int i = 0; i < header_counter; i++) {
^
src/mkdlinkfw.c:267:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'toolchain/musl/include')
0 files changed, 0 insertions, 0 deletions