Closed Bug 190800 Opened 23 years ago Closed 23 years ago

PL_CreateNativeEventQueue, PL_CreateMonitoredEventQueue should take const char*

Categories

(Core :: XPCOM, defect)

Sun
Solaris
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: timeless, Assigned: timeless)

Details

Attachments

(1 file)

"/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*).
Attached patch fixSplinter Review
Attachment #112761 - Flags: superreview?(roc+moz)
Attachment #112761 - Flags: review?(dougt)
Attachment #112761 - Flags: superreview?(roc+moz) → superreview+
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.

Attachment

General

Creator:
Created:
Updated:
Size: