http://bugs.winehq.org/show_bug.cgi?id=16744
Summary: ole32/stg_prop.c: passing argument discards qualifiers from pointer target type Product: Wine Version: 1.1.12 Platform: Macintosh OS/Version: Linux Status: NEW Keywords: source Severity: minor Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_OLE32_ -DCOM_NO_WINDOWS_H -DENTRY_PREFIX=OLE32_ -DPROXY_CLSID=CLSID_PSFactoryBuffer -DREGISTER_PROXY_DLL -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o stg_prop.o stg_prop.c stg_prop.c: In function ‘PropertyStorage_DictionaryWriter’: stg_prop.c:1514: warning: passing argument 1 of ‘PropertyStorage_ByteSwapString’ discards qualifiers from pointer target type stg_prop.c:1516: warning: passing argument 1 of ‘PropertyStorage_ByteSwapString’ discards qualifiers from pointer target type