> > > Yep, no new warnings. > > I tried a little test program > % cat t.cpp > class asdf { > int x; > }; > > void f() { > asdf a; > struct asdf b; > class asdf c; > } > C++ never ceases to amaze.
> and I can't make it generate warnings (other than unused variables) > regardless of whether I define asdf as a class or a struct. > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev >
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev