summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2015-01-09 14:21:09 +0100
committerAkim Demaille <akim@lrde.epita.fr>2015-01-09 15:27:59 +0100
commit671850a1c3e1aaac93a89fabc6d810be6a4a77fe (patch)
treecd8043aceb07a11f2871e91770263db7243c4433 /po
parentee028dceff390a23da391900b5b7fe651cfe320c (diff)
downloadbison-671850a1c3e1aaac93a89fabc6d810be6a4a77fe.tar.gz
bison: avoid warnings from static code analysis
A static analysis tool reports that some callers of symbol_list_n_get might get NULL and not handle it properly. This is not the case, yet we can suppress this pattern. Reported by Mike Sullivan. <https://lists.gnu.org/archive/html/bug-bison/2013-12/msg00027.html> * src/symlist.c (symbol_list_n_get): Actually it is never called to return 0. Enforce this postcondition via aver. (symbol_list_n_type_name_get): Simplify accordingly. In particular, discards a (translated) useless error message. * src/symlist.h: Adjust documentation. * src/scan-code.l: Style change.
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ee34879a..8086f556 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -15,7 +15,6 @@ src/reduce.c
src/scan-code.l
src/scan-gram.l
src/scan-skel.l
-src/symlist.c
src/symtab.c
djgpp/subpipe.c