Closed
Bug 941380
Opened 12 years ago
Closed 12 years ago
jemalloc failed to build: "ctl.c:116:13: error: conflicting types for ‘arena_purge’"
Categories
(Core :: Memory Allocator, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: xavier114fch, Unassigned)
Details
Built on ArchLinux with GCC 4.8.2 got this error.
0:18.58 Unified_c_memory_jemalloc0.o
0:18.79 In file included from /media/dev/firefox/obj/memory/jemalloc/Unified_c_memory_jemalloc0.c:9:0:
0:18.79 /media/dev/firefox/memory/jemalloc/src/src/ctl.c:116:13: error: conflicting types for ‘arena_purge’
0:18.79 static void arena_purge(unsigned arena_ind);
0:18.79 ^
Seems related to Bug 940218.
| Reporter | ||
Comment 1•12 years ago
|
||
Building is okay for now.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•