]> granicus.if.org Git - jq/commit
Make the code compile with warnings-as-errors.
authorStephen Dolan <mu@netsoc.tcd.ie>
Mon, 17 Sep 2012 21:04:32 +0000 (22:04 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Mon, 17 Sep 2012 21:04:58 +0000 (22:04 +0100)
commitcbdeddbab8cd1206a04cab33fab50d1c9b55eaf7
tree18efa91608ff811c53f0097c334b38e0e74d9dfd
parenteab9c4e587e33ed5e506c5fdc9e3094987220074
Make the code compile with warnings-as-errors.

-Wextra found a bona-fide bug: signed/unsigned comparison in a
stack overflow check.
c/Makefile
c/builtin.c
c/execute.c
c/forkable_stack.h
c/gen_utf8_tables.py
c/jv.c