This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/27975] New: warning for comparison of different enum types impossible to control/is undocumented


gcc/cp/call.c build_now_op, emits a warning for comparison of different enum
types. It seems to be neither controlled by any warning option nor documented.

I don't want to fix all thoose warnings (a large amount in our code) right now,
and at the same time turn on -Werror and fix other warnings. This is impossible
right now.


-- 
           Summary: warning for comparison of different enum types
                    impossible to control/is undocumented
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: patrik dot hagglund at bredband dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27975


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]