]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add noreturn to functions that don't return
authorAnders F Björklund <anders.f.bjorklund@gmail.com>
Sun, 16 Sep 2018 16:40:15 +0000 (18:40 +0200)
committerAnders F Björklund <anders.f.bjorklund@gmail.com>
Sun, 16 Sep 2018 16:41:10 +0000 (18:41 +0200)
commit395eb7955a4ceed9078c8bbb590fa0f982d8a15c
treef4e24188785265869dd9b23fae091350abbfb214
parenta9e8810f90862bc14d268169011bfad37a6d7c90
Add noreturn to functions that don't return

Fix the extra semicolon and unreachable code
src/ccache.c
src/ccache.h
src/util.c