Closed Bug 1379520 Opened 7 years ago Closed 7 years ago

js/src/jit/IonCode.h:742:17: error: private field 'name_' is not used [-Werror,-Wunused-private-field]

Categories

(Core :: JavaScript Engine: JIT, defect)

ARM
FreeBSD
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1396862
Tracking Status
firefox-esr52 --- unaffected
firefox54 --- affected
firefox55 --- affected
firefox56 --- affected

People

(Reporter: jbeich, Unassigned)

References

(Blocks 1 open bug)

Details

$ c++ -v
FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0)
Target: armv6-unknown-freebsd11.1-gnueabihf
Thread model: posix
InstalledDir: /usr/bin

$ pkg install autoconf213 gmake python27
$ cd js/src/
$ autoconf-2.13
$ ./configure --disable-jemalloc --enable-warnings-as-errors
$ gmake
[...]
In file included from objdir/js/src/Unified_cpp_js_src13.cpp:2:
In file included from js/src/jit/FoldLinearArithConstants.cpp:7:
In file included from js/src/jit/FoldLinearArithConstants.h:10:
In file included from js/src/jit/MIR.h:22:
In file included from js/src/jit/BaselineIC.h:12:
In file included from js/src/jscntxt.h:21:
In file included from js/src/vm/Runtime.h:23:
In file included from js/src/jsscript.h:25:
js/src/jit/IonCode.h:742:17: error: private field 'name_' is not used
      [-Werror,-Wunused-private-field]
    const char* name_;
                ^
1 error generated.
This is now fixed by Bug 1396862.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.