OSDN Git Service

Tweak recently-added tests to suppress scary-looking warnings on 64-bit
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Oct 2007 15:59:13 +0000 (15:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Oct 2007 15:59:13 +0000 (15:59 +0000)
commit6cbb2353cbd4869fcd1581742da8db809dd57d40
tree23f76a1d523f24bc09d148acc7cec51058241d3e
parent2b0e46eef008c53b87da62d1f5bce7718748346d
Tweak recently-added tests to suppress scary-looking warnings on 64-bit
machines about casts between pointers and integers of different sizes.
While they're harmless, we shouldn't expect users to have to go through
and figure that out for themselves.
src/interfaces/ecpg/test/expected/thread-alloc.c
src/interfaces/ecpg/test/expected/thread-prep.c
src/interfaces/ecpg/test/expected/thread-thread.c
src/interfaces/ecpg/test/expected/thread-thread_implicit.c
src/interfaces/ecpg/test/thread/alloc.pgc
src/interfaces/ecpg/test/thread/prep.pgc
src/interfaces/ecpg/test/thread/thread.pgc
src/interfaces/ecpg/test/thread/thread_implicit.pgc