]> git.saurik.com Git - bison.git/commit
build: use abort to pacify compiler errors
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 3 Feb 2014 14:01:44 +0000 (15:01 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 3 Feb 2014 14:27:02 +0000 (15:27 +0100)
commitab96bb245789d1c24a68d637d48ffab889be3152
tree53d702c68c99132984972ec7df6a6df0ab60b864
parentfc51acddb45242904128a7637dc2ab9216ba0662
build: use abort to pacify compiler errors

clang, with -DNDEBUG and -Werror fails on some functions that might
lack a return.  This is because aver is just another assert, discarded
with -DNDEBUG.  So use abort.

* src/muscle-tab.c, src/scan-skel.l: here.
src/muscle-tab.c
src/scan-skel.l