Jeff Mitchell schrieb: > On Saturday 12 April 2008, Christian Ehrlicher wrote: >>> "#undef interface" put in before line 75 fixes build. >> fine. then a >> >> #define interface whatever >> >> should emit a warning because of a redeclaration. > > Copying from my reply to you on Thursday: > >>>> I assume the msvc headers define "interfac" as macro. >>>> To see where this happens add in front of line 75 >>>> #define interface 1 >>>> This produces a warning and points you to the original >>>> definition of interface. > >> Unfortunately, it doesn't produce anything. It just shifts the errors >> down by one line...no warnings about previous definitions of interface >> are given. > > Is there some compiler flag or something that I need for it to produce this > warning? > It's a warning which is enabled by default. Looks like it's not a define but a tpedef or something similar. Don't know
Chistian _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
