diff options
| author | Patrick Steinhardt <ps@pks.im> | 2016-02-09 12:18:28 +0100 |
|---|---|---|
| committer | Patrick Steinhardt <ps@pks.im> | 2016-06-21 07:58:33 +0200 |
| commit | 8fd74c0806511694db20f40b4ce6ed32c00212c9 (patch) | |
| tree | e62d9632435f236804ecadb91a28a3de7487da7b /include | |
| parent | bb0edf87ce33cbf454fa13490621230cb43d247b (diff) | |
| download | libgit2-8fd74c0806511694db20f40b4ce6ed32c00212c9.tar.gz | |
Avoid old-style function definitions
Avoid declaring old-style functions without any parameters.
Functions not accepting any parameters should be declared with
`void fn(void)`. See ISO C89 $3.5.4.3.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
