diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-01 13:11:28 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-10-02 17:16:36 +0300 |
commit | 2e6f057227fb60465bd76876cf783ad56561930c (patch) | |
tree | 3137844b6d7ad96250c050467554c23f111bfb87 /flashcp.c | |
parent | c21a3ad8e20477833c0c39b214f13a4bbf7f9ac3 (diff) |
sumtool/libfec: convert "()" to "(void)" in func defs
Since these functions take no parameters, declare them as such. The
subtle difference here is that gcc allows (without warning) people to
accidentally call funcs declared with "()" with arguments. Using void
makes sure that gcc will reject such typos at compile time.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'flashcp.c')
0 files changed, 0 insertions, 0 deletions