X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=meson.build;h=4223dc6263be5dc8d87eaf19dab955bc56993eb1;hp=ca9ddf16d309084f62a42b27740bc20e65e3b305;hb=HEAD;hpb=e18710da81b4c53b357dde2ca55005344edc314f diff --git a/meson.build b/meson.build index ca9ddf1..4223dc6 100644 --- a/meson.build +++ b/meson.build @@ -10,8 +10,7 @@ project('libecoli', edit_dep = dependency('libedit', method: 'pkg-config') yaml_dep = dependency('yaml-0.1', method: 'pkg-config') -# XXX if debug -add_global_arguments('-Werror', language : 'c') +add_global_arguments('-Wmissing-prototypes', language : 'c') inc = include_directories('include') priv_inc = include_directories('src')