2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-09 18:05:03 +01:00
waf/waflib
immerrr 54464995c6 Avoid possible "unused parameter" warnings in check_c/check_cc boilerplates
When CFLAGS/CXXFLAGS contains '-Wextra -Werror', such warnings are reported
and become errors, which causes respective checks to fail.

Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
2012-11-04 10:24:34 +01:00
..
extras Potential fix for #1204 2012-10-05 00:21:27 +02:00
Tools Avoid possible "unused parameter" warnings in check_c/check_cc boilerplates 2012-11-04 10:24:34 +01:00
__init__.py Initial commit 2011-09-10 11:13:51 +02:00
ansiterm.py remove as many bare 'except:' statements as possible 2012-02-11 13:43:47 +01:00
Build.py fixed waf clean to preserve config files from all environments 2012-10-05 00:07:59 +02:00
ConfigSet.py Issue 1218 2012-10-26 22:54:53 +02:00
Configure.py empty --prefix 2012-09-29 17:32:46 +02:00
Context.py no more file() in python 3.3 2012-10-31 02:00:01 +01:00
Errors.py Initial commit 2011-09-10 11:13:51 +02:00
fixpy2.py cleanup 2012-05-19 09:45:57 +02:00
Logs.py use colors only if stdout and stderr are both ttys 2012-05-27 23:43:43 +02:00
Node.py Code mistakenly removed from the core classes 2012-09-26 18:41:58 +02:00
Options.py return the value of opt.add_option() 2012-05-17 14:57:58 +02:00
Runner.py reverting the latest changes to Runner.py, there is a very good reason to use atexit 2012-04-14 19:52:38 +02:00
Scripting.py docs 2012-09-15 12:53:47 +02:00
Task.py Code mistakenly removed from the core classes 2012-09-26 18:41:58 +02:00
TaskGen.py force a stable name in bld(rule=...) 2012-10-17 18:50:20 +02:00
Utils.py Issue 1193 2012-08-29 18:23:29 +02:00