HAOUAS Elyes has uploaded this change for review.

View Change

meson.build: Use 'std=c17'

Currently, C17 is used as no C language dialect options are given.
So meson should use the same.

Change-Id: Id47c840c2ef24e57917ccd74e86418e700e6e409
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M meson.build
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/97/44197/1
diff --git a/meson.build b/meson.build
index 04176f3..7675a34 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
version : run_command('util/getversion.sh', '-v').stdout().strip(),
license : 'GPL-2.0',
meson_version : '>=0.47.0',
- default_options : ['warning_level=2', 'c_std=c99'],
+ default_options : ['warning_level=2', 'c_std=c17'],
)

# libtool versioning

To view, visit change 44197. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Id47c840c2ef24e57917ccd74e86418e700e6e409
Gerrit-Change-Number: 44197
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange