Closed
Bug 563200
Opened 15 years ago
Closed 15 years ago
fix deprecated conversion and comparison between signed and unsigned in testplugin/nptest.cpp
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
2.21 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
modules/plugin/test/testplugin/nptest.cpp:
In function ‘char* NP_GetPluginVersion()’:
531: warning: deprecated conversion from string constant to ‘char*’
In function ‘char* NP_GetMIMEDescription()’:
541: warning: deprecated conversion from string constant to ‘char*’
In function ‘NPError NP_GetValue(void*, NPPVariable, void*)’:
549: warning: deprecated conversion from string constant to ‘char*’
552: warning: deprecated conversion from string constant to ‘char*’
In function ‘NPError NP_Initialize(NPNetscapeFuncs*)’:
593: warning: comparison between signed and unsigned integer expressions
In function ‘NPError NP_Shutdown()’:
639: warning: comparison between signed and unsigned integer expressions
So, the conversions are because of an npapi design botch
Updated•15 years ago
|
Attachment #442955 -
Flags: review?(jst) → review+
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•