projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b47144
)
We use some gnu99 options, so set gnu99
author
Jonathan Dieter
<jdieter@gmail.com>
Tue, 17 Apr 2018 10:57:34 +0000
(13:57 +0300)
committer
Jonathan Dieter
<jdieter@gmail.com>
Tue, 17 Apr 2018 10:57:34 +0000
(13:57 +0300)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
src/meson.build
patch
|
blob
|
history
diff --git
a/src/meson.build
b/src/meson.build
index 16cde0b90f60301210f41e64a16483f204f39ccb..629b1289f7698056514ca9631a6c43813aa11065 100644
(file)
--- a/
src/meson.build
+++ b/
src/meson.build
@@
-1,4
+1,5
@@
add_global_arguments('-Wunused-result', language : 'c')
+add_global_arguments('-std=gnu99', language : 'c')
subdir('lib')
executable('zck', ['zck.c'], include_directories: inc, link_with: zcklib, install: true)
executable('unzck', ['unzck.c'], include_directories: inc, link_with: zcklib, install: true)