summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2021-04-02 11:42:09 +0800
committerEmmanuele Bassi <ebassi@gmail.com>2022-02-13 15:19:43 +0000
commit2bc8c8d72af6e35f9cb1efe6ad50d68f2278c103 (patch)
treeb887164c9946b42f8e377795bb916cb3bc9591c8 /m4
parentdec8191fa25b81cbe96d1df36eb8548a2e83b271 (diff)
downloadgobject-introspection-2bc8c8d72af6e35f9cb1efe6ad50d68f2278c103.tar.gz
brz.c: Avoid C4715 warnings
Later GLib versions assume that warning C4715 is an error as we want ot be sure that functions that return a value do indeed return one by all means. Avoid this warning by adding a 'return 0' in brz_search_packed(), it might be pointless but does indeed avoid the warning.
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions