[Bug 38337] clang compiling warnings

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 26 22:10:19 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=38337

--- Comment #13 from Sergey Isakov <isakov-sl at bk.ru> ---
/Volumes/MacHD/Users/sergey/Documents/Projects/winehq/dlls/glu32/tess.c:447:56:
warning: 
      '__force_align_arg_pointer__' attribute ignored when parsing type
[-Wignored-attributes]
    tess->callBegin = (fn == NULL) ? &noBegin : (void (GLAPIENTRY *)(GLenum))
fn;
                                                       ^~~~~~~~~~
/Volumes/MacHD/Users/sergey/Documents/Projects/winehq/include/wine/wgl.h:7:20:
note: expanded from
      macro 'GLAPIENTRY'
#define GLAPIENTRY __stdcall
                   ^~~~~~~~~
/Volumes/MacHD/Users/sergey/Documents/Projects/winehq/include/windef.h:57:67:
note: expanded from
      macro '__stdcall'
#    define __stdcall __attribute__((__stdcall__))
__attribute__((__force_align_arg_pointer__))
                                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/MacHD/Users/sergey/Documents/Projects/winehq/dlls/glu32/tess.c:451:29:
warning: 
      '__force_align_arg_pointer__' attribute ignored when parsing type
[-Wignored-attributes]
        &__gl_noBeginData : (void (GLAPIENTRY *)(GLenum, void *)) fn;
                                   ^~~~~~~~~~
-------------------

This I don't know

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list