]> git.ipfire.org Git - thirdparty/util-linux.git/commit
wipefs: fix compiler warning
authorKarel Zak <kzak@redhat.com>
Wed, 20 Jan 2021 08:20:54 +0000 (09:20 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Jan 2021 08:20:54 +0000 (09:20 +0100)
commitdf0836dc90cde2bb8333f2f50574f55579527608
treedb793bd271276a4a6ca8213fc2442c206dbe3f64
parent734678205af89c2022fd1ad86fddd7c07d188f20
wipefs: fix compiler warning

misc-utils/wipefs.c: In function ‘main’:
misc-utils/wipefs.c:838:3: error: ‘for’ loop initial declarations are only allowed in C99 mode
misc-utils/wipefs.c:838:3: note: use option -std=c99 or -std=gnu99 to compile your code

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/wipefs.c