[HACKERS] 7.4beta compile warning

2003-08-07 Thread Gaetano Mendola
Hi all, I had these during the compilation: gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -c -o execScan.o execScan.c execScan.c: In function `tlist_matches_tupdesc': execScan.c:199: warning: unused variable `att_tup' In file included from preproc.y:6278: pg

Re: [HACKERS] 7.4beta compile warning

2003-08-08 Thread Tom Lane
Gaetano Mendola <[EMAIL PROTECTED]> writes: > gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations > -I../../../src/include -c -o execScan.o execScan.c > execScan.c: In function `tlist_matches_tupdesc': > execScan.c:199: warning: unused variable `att_tup' Looks like you're the first person