knizhnik / imcs

In-Memory Columnar Store extension for PostgreSQL
Apache License 2.0
203 stars 33 forks source link

gcc warning #31

Closed amutu closed 10 years ago

amutu commented 10 years ago

gcc -O3 -Wall -fpic -I. -I. -I/data/postgres/pgsql934/include/server -I/data/postgres/pgsql934/include/internal -D_GNU_SOURCE -c -o imcs.o imcs.c imcs.c: In function ‘imcs_cast’: imcs.c:1876: warning: ‘result’ may be used uninitialized in this function imcs.c: In function ‘cs_call’: imcs.c:4648: warning: ‘result’ may be used uninitialized in this function

amutu commented 10 years ago

fix on the head