Closed
Bug 519975
Opened 16 years ago
Closed 16 years ago
Unable to compile shell using system malloc
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: brbaker, Assigned: lhansen)
References
Details
Compiling on windows using ../configure.py --enable-shell --enable-use-system-malloc produces the following compilation wanring/error:
MMgc/GCHeap.cpp(1628) : error C2220: warning treated as error - no 'object' file generated
MMgc/GCHeap.cpp(1628) : warning C4100: 'size' : unreferenced formal parameter
make: *** [MMgc/GCHeap.obj] Error 2
Issue was introduced in changeset: 26:141d34004af549
Flags: in-testsuite?
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
| Assignee | ||
Comment 1•16 years ago
|
||
Foo.
It just needs a "(void)size;" at the beginning, I'll push in a minute.
Assignee: nobody → lhansen
| Assignee | ||
Comment 2•16 years ago
|
||
redux changeset: 2652:fc726794594e
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Flags: in-testsuite?
Flags: in-testsuite+
Flags: flashplayer-qrb?
Flags: flashplayer-qrb+
You need to log in
before you can comment on or make changes to this bug.
Description
•