Changes between Version 2 and Version 3 of BuildWarnings
- Timestamp:
- 03/23/09 14:40:02 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildWarnings
v2 v3 32 32 compilers/imcc/pbc.c:181: warning: 'old_blocks' declared 'static' but never defined 33 33 }}} 34 35 ---- 36 37 Some OS X specific warnings for use of deprecated system functions. (There's an RT for this one) 38 39 {{{ 40 config/gen/platform/darwin/dl.c:218: warning: 'NSIsSymbolNameDefined' is deprecated (declared at /usr/include/mach-o/dyld.h:150) 41 config/gen/platform/darwin/dl.c:220: warning: 'NSLookupAndBindSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:158) 42 config/gen/platform/darwin/dl.c:226: warning: 'NSIsSymbolNameDefinedInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:156) 43 }}}