solanum-vs-hackint-and-char.../librb/include
Aaron Jones 92706fd551
librb: silence some fairly harmless compiler warnings
These include warnings about "break" statements that will never be
executed (because they are after "return" statements), unused macros
(lost to code refactoring or never even used in the first place),
functions that call abort() or loop indefinitely but aren't marked with
the "noreturn" attribute, and use of variables possibly uninitialised
(a false positive).
2016-06-01 19:50:09 +00:00
..
arc4random.h
commio-int.h
commio-ssl.h
event-int.h
librb_config.h_vms
rb_balloc.h
rb_commio.h
rb_dictionary.h
rb_event.h
rb_helper.h librb: silence some fairly harmless compiler warnings 2016-06-01 19:50:09 +00:00
rb_lib.h librb: silence some fairly harmless compiler warnings 2016-06-01 19:50:09 +00:00
rb_linebuf.h
rb_memory.h librb: silence some fairly harmless compiler warnings 2016-06-01 19:50:09 +00:00
rb_patricia.h
rb_radixtree.h
rb_rawbuf.h
rb_tools.h