[PATCH] winnt.h: Avoid using attributes on elaborated type specifier.

Jacek Caban jacek at codeweavers.com
Tue Jan 8 13:19:05 CST 2019


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---

Fixes C++ warning:

winnt.h:781:35: warning: attributes ignored on elaborated-type-specifier 
that is not a forward declaration [-Wattributes]
  typedef struct DECLSPEC_ALIGN(16) _SLIST_ENTRY *PSLIST_ENTRY;
                                    ^~~~~~~~~~~~

  include/winnt.h | 5 ++---
  1 file changed, 2 insertions(+), 3 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-winnt.h-Avoid-using-attributes-on-elaborated-type-spe.diff
Type: text/x-patch
Size: 487 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20190108/9dd0a5dd/attachment.bin>


More information about the wine-devel mailing list