2
0
mirror of https://github.com/godotengine/godot.git synced 2025-03-19 23:53:32 +08:00

Abort compilation on missing return values (CGG/clang)

(cherry picked from commit 5ec09455ed04a8e0c11c97c72833c457c307e1c1)
This commit is contained in:
bruvzg 2018-02-22 10:00:38 +02:00 committed by Hein-Pieter van Braam
parent fe20a1e35b
commit df7d60a9d3

@ -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']