solanum-vs-hackint-and-char.../librb/include
Aaron Jones 47a66e154f
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 20:54:11 +00:00
..
arc4random.h
commio-int.h
commio-ssl.h librb: remove socklen parameter from rb_connect_tcp 2016-04-24 17:11:20 +01:00
event-int.h
librb_config.h_vms
rb_balloc.h
rb_commio.h
rb_dictionary.h Change struct Dictionary(*) to rb_dictionary(_\1). 2016-03-23 08:09:58 -05:00
rb_event.h
rb_helper.h librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
rb_lib.h librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
rb_linebuf.h
rb_memory.h librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
rb_patricia.h
rb_radixtree.h
rb_rawbuf.h
rb_tools.h