www/kore,pgsql:

cc -O2 -pipe -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iinclude/kore -Iobj -std=c99 -pedantic -DPREFIX='"/usr/local"' 
-fstack-protector-all -I/usr/local/include/postgresql -DKORE_USE_PGSQL 
-DPGSQL_INCLUDE_PATH="\"/usr/local/include/postgresql\"" -DKORE_USE_TASKS -c 
src/pgsql.c -o obj/pgsql.o
src/pgsql.c:774:10: error: enumeration values 'PGRES_PIPELINE_SYNC' and 
'PGRES_PIPELINE_ABORTED' not handled in switch [-Werror,-Wswitch]
        switch (PQresultStatus(pgsql->result)) {
                ^
1 error generated.
gmake: *** [Makefile:251: obj/pgsql.o] Error 1

Reply via email to