mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-22 13:51:31 +02:00
util/nvmutil: use C90 instead of C99
with the other changes made recently, super old compilers now work. yes, i needed to change some specifiers in printf. typedefs provided for uint, and a define included X OPEN SOURCE 500. and asserts for integers. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# SPDX-FileCopyrightText: 2023 Riku Viitanen <riku.viitanen@protonmail.com>
|
||||
|
||||
CC?=cc
|
||||
CFLAGS?=-Os -Wall -Wextra -Werror -pedantic -std=c99
|
||||
CFLAGS?=-Os -Wall -Wextra -Werror -pedantic -std=c90
|
||||
DESTDIR?=
|
||||
PREFIX?=/usr/local
|
||||
INSTALL?=install
|
||||
|
||||
Reference in New Issue
Block a user