Closed
Bug 190800
Opened 23 years ago
Closed 23 years ago
PL_CreateNativeEventQueue, PL_CreateMonitoredEventQueue should take const char*
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
2.35 KB,
patch
|
dougt
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
"/export/home/timeless/mozilla/xpcom/threads/nsEventQueue.cpp", line 144:
Warning: String literal converted to char* in formal argument
name in call to PL_CreateNativeEventQueue(char*, PRThread*).
"/export/home/timeless/mozilla/xpcom/threads/nsEventQueue.cpp", line 146:
Warning: String literal converted to char* in formal argument
name in call to PL_CreateMonitoredEventQueue(char*, PRThread*).
"/export/home/timeless/mozilla/xpcom/threads/nsEventQueue.cpp", line 172:
Warning: String literal converted to char* in formal argument
name in call to PL_CreateNativeEventQueue(char*, PRThread*).
"/export/home/timeless/mozilla/xpcom/threads/nsEventQueue.cpp", line 174:
Warning: String literal converted to char* in formal argument
name in call to PL_CreateMonitoredEventQueue(char*, PRThread*).
Attachment #112761 -
Flags: superreview?(roc+moz)
Attachment #112761 -
Flags: review?(dougt)
Attachment #112761 -
Flags: superreview?(roc+moz) → superreview+
Comment 2•23 years ago
|
||
Comment on attachment 112761 [details] [diff] [review]
fix
okay. make sure this builds everywhere.
Attachment #112761 -
Flags: review?(dougt) → review+
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•