Closed
Bug 303326
Opened 19 years ago
Closed 19 years ago
fix warnings in nsPluginsDirDarwin.cpp on x86 Macs
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jaas, Assigned: jaas)
Details
/Users/josh/src/ff_debug/mozilla/modules/plugin/base/src/nsPluginsDirDarwin.cpp: In function 'char* GetPluginString(short int, short int)': /Users/josh/src/ff_debug/mozilla/modules/plugin/base/src/nsPluginsDirDarwin.cpp:251: warning: 'GetIndString' is deprecated (declared at /System/Library/Frameworks/CoreServices.framework/ Frameworks/CarbonCore.framework/Headers/TextUtils.h:203) /Users/josh/src/ff_debug/mozilla/modules/plugin/base/src/nsPluginsDirDarwin.cpp:251: warning: 'GetIndString' is deprecated (declared at /System/Library/Frameworks/CoreServices.framework/ Frameworks/CarbonCore.framework/Headers/TextUtils.h:203) /Users/josh/src/ff_debug/mozilla/modules/plugin/base/src/nsPluginsDirDarwin.cpp: In member function 'short int nsPluginFile::OpenPluginResource()': /Users/josh/src/ff_debug/mozilla/modules/plugin/base/src/nsPluginsDirDarwin.cpp:262: warning: 'ResolveAliasFile' is deprecated (declared at /System/Library/Frameworks/CoreServices.framework/ Frameworks/CarbonCore.framework/Headers/Aliases.h:344) /Users/josh/src/ff_debug/mozilla/modules/plugin/base/src/nsPluginsDirDarwin.cpp:262: warning: 'ResolveAliasFile' is deprecated (declared at /System/Library/Frameworks/CoreServices.framework/ Frameworks/CarbonCore.framework/Headers/Aliases.h:344)
Comment 1•19 years ago
|
||
Unfortunately, we'll have these deprecation warnings all over the place on x86, since DT = SDK >= 10.4. Look at any use of OT or QD, for example.
I just want to be a little more on top of things for plugins since they are touchy on x86. I haven't really investigated the implications of these warnings yet.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Maybe this should have been INVALID, whatever. I changed my mind about needing a bug for this.
You need to log in
before you can comment on or make changes to this bug.
Description
•