gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall 
-fPIC -Wall -I.. -D_FORTIFY_SOURCE=2 -fPIC -o cgi.o -c cgi.c
In file included from cgi.c:26:0:
cgi.c: In function 'cgi_register_parse_cb':
../util/neo_err.h:88:69: error: expected expression before ')' token
    nerr_raisef(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,__VA_ARGS__)
                                                                     ^
cgi.c:588:12: note: in expansion of macro 'nerr_raise'
     return nerr_raise(NERR_ASSERT, "method and type must not be NULL to 
register cb");
            ^
../util/neo_err.h:88:69: error: expected expression before ')' token
    nerr_raisef(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,__VA_ARGS__)
                                                                     ^
cgi.c:592:12: note: in expansion of macro 'nerr_raise'
     return nerr_raise(NERR_NOMEM, "Unable to allocate memory to register parse 
cb");
            ^
../util/neo_err.h:88:69: error: expected expression before ')' token
...

-- 
Martin Michlmayr
Linux for HP Helion OpenStack, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to