Menu

#92 Still more pedantic warnings

closed-out-of-date
nobody
w32api (251)
2002-03-04
2001-09-18
Danny Smith
No

2001-09-18 Danny Smith
<dannysmith@users.sourceforge.net>

\* include/winnt.h: Mark long long and unsigned

long types
as __extension__.
* include/basetsd.h: Ditto.
* include/wtypes.h: Ditto.
* include/sqltypes.h: Ditto.
* include/rpcndr.h: Ditto.

Discussion

  • Danny Smith

    Danny Smith - 2001-09-18

    diif

     
  • Danny Smith

    Danny Smith - 2002-03-04

    Logged In: YES
    user_id=11494

    The pedantic warnings are still there, but the patch is out
    of date, and I don't feel any urgency to update it. The
    warnings can be overriden by -Wno-long-long. The other
    option may be #pragma system_header for all w32api headers
    and mingw runtime headers. Then we can get rid of all the
    ugly anonymous union __extension__ business.

     
  • Danny Smith

    Danny Smith - 2002-03-04
    • status: open --> closed-out-of-date