Closed
Bug 666615
Opened 14 years ago
Closed 9 years ago
intl/ - compiler warnings and deprecated functions on mac
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: joey, Assigned: smontagu)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
/mozilla/sandbox/gml/intl/hyphenation/src/hyphen.c:389: warning: comparison between signed and unsigned
/mozilla/sandbox/gml/intl/lwbrk/src/nsCarbonBreaker.cpp:52: warning: 'UCCreateTextBreakLocator' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/Carbon
Core.framework/Headers/UnicodeUtilities.h:708)
/mozilla/sandbox/gml/intl/lwbrk/src/nsCarbonBreaker.cpp:52: warning: 'UCCreateTextBreakLocator' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/UnicodeUtilities.h:708)
/mozilla/sandbox/gml/intl/lwbrk/src/nsCarbonBreaker.cpp:59: warning: 'UCFindTextBreak' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/UnicodeUtilities.h:732)
/mozilla/sandbox/gml/intl/lwbrk/src/nsCarbonBreaker.cpp:67: warning: 'UCFindTextBreak' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/UnicodeUtilities.h:732)
/mozilla/sandbox/gml/intl/lwbrk/src/nsCarbonBreaker.cpp:73: warning: 'UCDisposeTextBreakLocator' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/UnicodeUtilities.h:749)
/mozilla/sandbox/gml/intl/lwbrk/src/nsCarbonBreaker.cpp:73: warning: 'UCDisposeTextBreakLocator' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/UnicodeUtilities.h:749)
/mozilla/sandbox/gml/intl/uconv/src/nsConverterInputStream.cpp:258: warning: comparison between signed and unsigned integer expressions
Reporter | ||
Comment 1•14 years ago
|
||
% uname -a
Darwin banshee.local 10.7.4 Darwin Kernel Version 10.7.4: Mon Apr 18 21:24:17 PDT 2011; root:xnu-1504.14.12~3/RELEASE_X86_64 x86_64
Whiteboard: [build_warnings]
Updated•14 years ago
|
Whiteboard: [build_warnings] → [build_warning]
Updated•14 years ago
|
Blocks: buildwarning
Comment 2•9 years ago
|
||
I don't see these warnings in intl when building with Xcode 7.2 on OS X 10.11. These warnings are in third-party code, anyways, and should be fixed upstream.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•