Tweak recently-added tests to suppress scary-looking warnings on 64-bit
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/test/expected/thread-alloc.c | modified | +2 −2 |
| src/interfaces/ecpg/test/expected/thread-prep.c | modified | +2 −2 |
| src/interfaces/ecpg/test/expected/thread-thread.c | modified | +1 −1 |
| src/interfaces/ecpg/test/expected/thread-thread_implicit.c | modified | +1 −1 |
| src/interfaces/ecpg/test/thread/alloc.pgc | modified | +2 −2 |
| src/interfaces/ecpg/test/thread/prep.pgc | modified | +2 −2 |
| src/interfaces/ecpg/test/thread/thread_implicit.pgc | modified | +1 −1 |
| src/interfaces/ecpg/test/thread/thread.pgc | modified | +1 −1 |