Skip to content

shared/: Please compiler when passed certain compile flags

Marius Vlad requested to merge mvlad/weston:warn-compiler into master

Fixes the following warn/error when using combination of flags like building with debug, when disabling optimization and/or when enabling ASAN:

../shared/option-parser.c:61:1: error: control reaches end of non-void function [-Werror=return-type]

Signed-off-by: Marius Vlad marius.vlad@collabora.com

Merge request reports