[Mesa-dev] [Bug 32560] To fix: 64-bit-portabilty-issue state_tracker/st_program.c:427

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Dec 21 12:36:12 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=32560

--- Comment #2 from Johannes Obermayr <johannesobermayr at gmx.de> 2010-12-21 12:36:11 PST ---
[...]
gcc -c -o objs-es1/state_tracker/st_program.o state_tracker/st_program.c
-DFEATURE_ES1=1 -D_GNU_SOURCE -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
-DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XCB_DRI2 -DHAVE_LIBUDEV
-DHAVE_XEXTPROTO_71 -I../../src/mapi/es1api -I../../include -I../../src/glsl
-I../../src/mesa -I../../src/mapi -I../../src/gallium/include
-I../../src/gallium/auxiliary   -fomit-frame-pointer -fmessage-length=0 -O2
-Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
-fasynchronous-unwind-tables -g -Wall -Wmissing-prototypes -std=c99 -ffast-math
-fvisibility=hidden -fno-strict-aliasing -g -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM
-DUSE_3DNOW_ASM -DUSE_SSE_ASM
state_tracker/st_program.c: In function 'st_translate_fragment_program':
state_tracker/st_program.c:416:7: warning: implicit declaration of function
'st_make_bitmap_fragment_program'
state_tracker/st_program.c:427:10: warning: implicit declaration of function
'st_make_drawpix_z_stencil_program'
state_tracker/st_program.c:427:13: warning: assignment makes pointer from
integer without a cast
state_tracker/st_program.c:432:10: warning: implicit declaration of function
'st_make_drawpix_fragment_program'
[...]
gcc -c -o objs-es2/state_tracker/st_program.o state_tracker/st_program.c
-DFEATURE_ES2=1 -D_GNU_SOURCE -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
-DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XCB_DRI2 -DHAVE_LIBUDEV
-DHAVE_XEXTPROTO_71 -I../../src/mapi/es2api -I../../include -I../../src/glsl
-I../../src/mesa -I../../src/mapi -I../../src/gallium/include
-I../../src/gallium/auxiliary   -fomit-frame-pointer -fmessage-length=0 -O2
-Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
-fasynchronous-unwind-tables -g -Wall -Wmissing-prototypes -std=c99 -ffast-math
-fvisibility=hidden -fno-strict-aliasing -g -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM
-DUSE_3DNOW_ASM -DUSE_SSE_ASM
state_tracker/st_program.c: In function 'st_translate_fragment_program':
state_tracker/st_program.c:416:7: warning: implicit declaration of function
'st_make_bitmap_fragment_program'
state_tracker/st_program.c:427:10: warning: implicit declaration of function
'st_make_drawpix_z_stencil_program'
state_tracker/st_program.c:427:13: warning: assignment makes pointer from
integer without a cast
state_tracker/st_program.c:432:10: warning: implicit declaration of function
'st_make_drawpix_fragment_program'
[...]

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list