X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=meson.build;h=4223dc6263be5dc8d87eaf19dab955bc56993eb1;hp=ca9ddf16d309084f62a42b27740bc20e65e3b305;hb=331d87b8f34493ea7eb4db75fa9d90b2e3ed503b;hpb=67b4d8d2b2593e3e64a848ce548bc0fd76bc440a 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')