You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
waf_old/waflib
Mohammad Alsaleh 6de1ac07d5 c_config: Avoid warnings/errors when checking for C functions
The check for C functions fails with '-Werror' in GCC (5.2).

  return (int)p;
         ^
  The cast here triggers this error:
    error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]

  p=(void*)(%s);
    ^
  This conversion triggers another error with '-pedantic -Werror':
    error: ISO C forbids conversion of function pointer to object pointer type [-Werror=pedantic]

  This patch fixes both errors.

Signed-off-by: Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
10 years ago
..
Tools c_config: Avoid warnings/errors when checking for C functions 10 years ago
extras Merge pull request #1619 from srouquette/boost 10 years ago
Build.py Prevent installation tasks having postpone=False from running twice 10 years ago
ConfigSet.py env = conf.env.derive().detach() 10 years ago
Configure.py loadFromSysPath -> with_sys_path 10 years ago
Context.py waf 1.8.13 10 years ago
Errors.py Initial commit 14 years ago
Logs.py Env variables WAF_LOG_FORMAT/WAF_HOUR_FORMAT for custom log formats 10 years ago
Node.py Optimizations 11 years ago
Options.py provide --no-lock-in-top and --no-lock-in-run for packagers 11 years ago
Runner.py Re-added Parallel.error_handler 12 years ago
Scripting.py Enable 'waf update' when use_config is provided - Issue 1541 10 years ago
Task.py docs 11 years ago
TaskGen.py Override rule function outputs - Issue 1598 10 years ago
Utils.py Issue 1552 - attempt to fix the installation path regression on 32-bit Ubuntu caused by Issue 1536 11 years ago
__init__.py Initial commit 14 years ago
ansiterm.py WriteConsole type - https://github.com/waf-project/waf/issues/1567 11 years ago
fixpy2.py First commit of the year 2015 11 years ago