[Bug 40177] multicharacter constant warning in wineqtdecoder

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 19 06:15:06 CST 2016


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

--- Comment #2 from Sergey Isakov <isakov-sl at bk.ru> ---
OK, it works
~~~~
#include <stdio.h>
#include <stdlib.h>
#include <string.h> 

int main(int argc, char **argv)
{
    unsigned int Wine = 'WINE';
    printf("%#x\n", Wine);
}
~~~
$ ./four_cc 
0x57494e45
~~~

Sorry for disturbing. 
I should set CFLAGS = "-Wno-multichar"

-- 
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