Closed
Bug 747243
Opened 13 years ago
Closed 13 years ago
jsgc.h(1386) : warning C4273: 'js::PrepareForFullGC' : inconsistent dll linkage
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(1 file)
|
682 bytes,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
Big source of Windows warning spam.
c:\mozbuild\mozilla-central\objdir-fx-vc10\dist\include\jsgc.h(1386) : warning C4273: 'js::PrepareForFullGC' : inconsistent dll linkage
c:\mozbuild\mozilla-central\objdir-fx-vc10\dist\include\jsfriendapi.h(651) : see previous definition of 'PrepareForFullGC'
I'm assuming that changing jsgc.h to JS_FRIEND_API(void) to match jsfriendapi.h would fix this.
http://mxr.mozilla.org/mozilla-central/source/js/src/jsgc.h#1385
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #616805 -
Flags: review?(wmccloskey) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Flags: in-testsuite-
Target Milestone: --- → mozilla15
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•