Aaron Jones
846629b388
bandb/bantool.c: misc cleanup for compiler warning
...
bantool.c:149:4: warning: 'break' will never be executed
[-Wunreachable-code-break]
2017-08-04 12:32:56 +00:00
Aaron Jones
81ae0a7d1b
bandb/bantool.c: misc cleanup for compiler warning
...
bantool.c:872:1: warning: function 'print_help' could be declared with
attribute 'noreturn' [-Wmissing-noreturn]
2017-08-04 12:32:53 +00:00
Jail Bird
29c92cf95f
Spring cleaning redux:
...
- Implemented changes suggested by Jilles
- Remove some unused parameters in functions
- Remove some unused ssl procs
- 63-bit time_t support in TS deltas
- const char * vs char * cleanup
- struct alignment (void *) casts
- signed vs unsigned fixes
- bad memset() call
- Bad LT_MAIN in libratbox
- char -> unsigned char casts for isdigit/isspace/etc calls
Thanks Jilles!
2015-04-20 00:55:20 -05:00
Keith Buck
55abcbb20a
Remove trailing whitespace from all .c and .h files.
...
3134 bytes were removed.
2014-03-03 04:25:47 +00:00
Jilles Tjoelker
e3a3eb92a4
bantool: Close .conf files when done reading.
...
Not very many files are read, so leaving them open is not a major issue.
2014-02-23 22:10:34 +01:00
William Pitcock
8e00d87838
bantool: _XOPEN_SOURCE should die in a fire
2011-03-17 10:45:57 -05:00
Jilles Tjoelker
f67e7283f9
bantool: change empty oper fields to "unknown".
...
Otherwise they would cause a crash when ircd tries to load them.
2010-01-08 18:17:16 +01:00
William Pitcock
a18e993106
bantool: Fix compilation error.
2010-01-07 17:00:18 -06:00
William Pitcock
832ed81ad9
Add bandb code.
2010-01-07 16:50:34 -06:00