Abort compilation on missing return values (CGG/clang)

(cherry picked from commit 5ec09455ed)
This commit is contained in:
bruvzg 2018-02-22 10:00:38 +02:00 committed by Hein-Pieter van Braam
parent fe20a1e35b
commit df7d60a9d3
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ if selected_platform in platform_list:
env.Append(CCFLAGS=['-Wall', '-Wno-unused'])
else: # 'no'
env.Append(CCFLAGS=['-w'])
env.Append(CCFLAGS=['-Werror=return-type'])
#env['platform_libsuffix'] = env['LIBSUFFIX']