[LLVMbugs] [Bug 24034] New: llvm-config cxxflags emits -Wno-maybe-uninitialized which should be changed

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jul 5 19:27:53 PDT 2015


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

            Bug ID: 24034
           Summary: llvm-config cxxflags emits -Wno-maybe-uninitialized
                    which should be changed
           Product: tools
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: llvm-config
          Assignee: unassignedbugs at nondot.org
          Reporter: iusellvm at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Compiling with cxxflags gives:

warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]


$ llvm-config --cxxflags
-I/usr/include  -fPIC -fvisibility-inlines-hidden -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wno-missing-field-initializers -pedantic -Wno-long-long
-Wno-maybe-uninitialized -Wno-comment -std=c++11 -ffunction-sections
-fdata-sections -O3   -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS

-- 
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/20150706/b90c2607/attachment.html>


More information about the llvm-bugs mailing list