diff options
| author | Rémi Verschelde | 2017-03-25 08:36:00 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-03-26 21:58:37 +0200 |
| commit | d8f32637be9f9eae9fddfe4d664e369cbf3b65c3 (patch) | |
| tree | d467f8bab2c09af03c16ec28de02974f868e7079 /modules | |
| parent | a0b0dff6fdbdc4be78087aa572f3da5dbb8daa01 (diff) | |
| download | godot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.tar.gz godot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.tar.zst godot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.zip | |
SCons: Add option to toggle warnings (on by default)
All the warnings are factored out of the platform-specific files and moved to
SConstruct. Will have to check that it does not introduce regressions on some
platforms/compilers.
(cherry picked from commit 31107daa1a41fe9ab3c7c1868479e78e16848333)
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/freetype/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/freetype/SCsub b/modules/freetype/SCsub index 5b1e1c189..8401c36b5 100644 --- a/modules/freetype/SCsub +++ b/modules/freetype/SCsub @@ -70,7 +70,6 @@ if (env['builtin_freetype'] != 'no'): # LIBS contains first SCons Library objects ("SCons.Node.FS.File object") # and then plain strings for system library. We insert between the two. inserted = False - print(env["LIBS"]) for idx, linklib in enumerate(env["LIBS"]): if isinstance(linklib, basestring): # first system lib such as "X11", otherwise SCons lib object env["LIBS"].insert(idx, lib) |
