office-gobmx/xmlreader
Stephan Bergmann a6b53b5461 Silence -Werror=implicit-fallthrough= (upcoming GCC 8)
Earlier GCC already require a similar workaround to silence -Werror=return-type
("control reaches end of non-void function") a few lines further down, so it's
rather consequential that GCC now also warns about the potential fall-through
here (i.e., for these warnings, GCC apparently assumes that an enum can take on
all of the values from its range of values, not just those denoted by an
enumerator).

Change-Id: I1537a7f6975f900861225ee7a521366a5e57046a
2018-01-23 14:17:03 +01:00
..
source
Library_xmlreader.mk
Makefile
Module_xmlreader.mk
README

fast/small XML pull parser.

Implements a simple, fast pull parser, currently used by [[configmgr]] and
[[stoc]]'s simpleregistry code (used to register UNO components in
services.rdb files). It supports a subset of XML features, but is fast
and small.