Changeset 21376


Ignore:
Timestamp:
Jun 21, 2010, 9:00:50 PM (15 years ago)
Author:
dmik
Message:

Fixed GCC warning: 'packed' attribute ignored for field of type 'CHAR[8]'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/win/winbase.h

    r21327 r21376  
    722722    DWORD   dwOptions WINE_PACKED;
    723723    DWORD   dwFilter WINE_PACKED;
    724     CHAR    achAllocModule[8] WINE_PACKED;
     724    CHAR    achAllocModule[8] /* CHAR is always packed (avoid GCC warning) */;
    725725    DWORD   dwAllocBreak WINE_PACKED;
    726726    DWORD   dwAllocCount WINE_PACKED;
Note: See TracChangeset for help on using the changeset viewer.