mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 08:21:09 +01:00
47a66e154f
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). |
||
---|---|---|
.. | ||
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 | ||
rb_lib.h | ||
rb_linebuf.h | ||
rb_memory.h | ||
rb_patricia.h | ||
rb_radixtree.h | ||
rb_rawbuf.h | ||
rb_tools.h |