http://bugs.winehq.org/show_bug.cgi?id=16689
Summary: winefile: array size is smaller than minimum required Product: Wine Version: 1.1.11 Platform: PC OS/Version: OpenBSD Status: NEW Keywords: source Severity: enhancement Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
ccache gcc -c -I. -I. -I../../include -I../../include -D__WINE__ -DUNICODE -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith -I/usr/local/include -g -O2 -o splitpath.o splitpath.c ccache gcc -c -I. -I. -I../../include -I../../include -D__WINE__ -DUNICODE -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith -I/usr/local/include -g -O2 -o winefile.o winefile.c winefile.c: In function `FrameWndProc': winefile.c:2452: warning: array size (260) is smaller than minimum required (1024) LD_LIBRARY_PATH="../../libs/wine:$LD_LIBRARY_PATH" ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include -D__WINE__ -DUNICODE -forsrc.res rsrc.rc ../../tools/winegcc/winegcc -B../../tools/winebuild -mwindows splitpath.o winefile.o rsrc.res -o winefile.exe.so -luuid -lshell32 -lcomdlg32 -lcomctl32 -lole32 -lmpr -lversion -luser32 -lgdi32 -ladvapi32 -lkernel32 ../../libs/port/libwine_port.a -L/usr/local/lib -lossaudio -li386 rm -f winefile && ln -s ../../tools/winewrapper winefile
OpenBSD 4.4, gcc 3.3.5 (propolice)