Blame
Date:
Tue Dec 29 20:45:09 2020 UTC
Message:
Explicitely cast Conf_MaxPenaltyTime (time_t) to "long" This fixes the following compiler warning, for example on OpenBSD: conf.c: In function 'Conf_Test': conf.c:391: warning: format '%ld' expects type 'long int', but argument 2 has type 'time_t' Thanks to Götz Hoffart for reporting this!
01
2013-03-25
alex
language: c
02
2016-01-10
alex
addons:
03
2016-01-10
alex
apt:
04
2016-01-10
alex
packages:
05
2016-01-10
alex
- libident-dev
06
2016-01-10
alex
- libpam0g-dev
07
2016-01-10
alex
- libssl-dev
08
2016-01-10
alex
- libwrap0-dev
09
2016-01-10
alex
- zlib1g-dev
10
2016-01-10
alex
- expect
11
2016-01-10
alex
- telnet
12
2013-03-25
alex
compiler:
13
2013-03-25
alex
- gcc
14
2013-03-25
alex
- clang
15
2013-06-04
alex
script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check
IRCNow