[llvm-bugs] [Bug 25978] New: Build warnins in cxa_guard.cpp on Linux

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Dec 30 13:29:15 PST 2015


https://llvm.org/bugs/show_bug.cgi?id=25978

            Bug ID: 25978
           Summary: Build warnins in cxa_guard.cpp on Linux
           Product: libc++abi
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
    Classification: Unclassified

../../buildtools/third_party/libc++abi/trunk/src/cxa_guard.cpp:55:6: error:
unused function 'is_initialized' [-Werror,-Wunused-function]
bool is_initialized(guard_type* guard_object) {
     ^
../../buildtools/third_party/libc++abi/trunk/src/cxa_guard.cpp:141:1: error:
unused function 'get_lock' [-Werror,-Wunused-function]
get_lock(uint32_t x)
^
../../buildtools/third_party/libc++abi/trunk/src/cxa_guard.cpp:153:1: error:
unused function 'set_lock' [-Werror,-Wunused-function]
set_lock(uint32_t& x, lock_type y)
^
3 errors generated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151230/10cfd387/attachment.html>


More information about the llvm-bugs mailing list