author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 10 Jun 2016 08:46:28 +0000 (10:46 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 10 Jun 2016 08:46:28 +0000 (10:46 +0200) | ||
commit | 318f1e247c93d632985d44d682feda371670e847 | |
tree | 757bb266491006676f7f4c2e960516793a0dc593 | tree | snapshot |
parent | 55d1d9585792e8e1fb1859fb1932d2a15b602fee | commit | diff |
chrony plugin: use ANSI function definitions
chrony.c:392:1: warning: function declaration isn’t a prototype
[-Wstrict-prototypes]
chrony_set_timeout()
^
chrony.c: In function ‘chrony_set_timeout’:
chrony.c:392:1: warning: old-style function definition
[-Wold-style-definition]
chrony.c: At top level:
chrony.c:392:1: warning: function declaration isn’t a prototype
[-Wstrict-prototypes]
chrony_set_timeout()
^
chrony.c: In function ‘chrony_set_timeout’:
chrony.c:392:1: warning: old-style function definition
[-Wold-style-definition]
chrony.c: At top level:
src/chrony.c | diff | blob | history |