component: component1 | priority: major | resolution: fixed
2011-09-07 13:52:39: @greghudson created the issue
libverto's headers contain a number of function declarations which aren't prototypes because they use () instead of (void). In definitions this is okay, but in prototypes this causes the compiler to treat the declaration as a K&R-style declaration and not a prototype.
Issue migrated from trac ticket # 3
component: component1 | priority: major | resolution: fixed
2011-09-07 13:52:39: @greghudson created the issue
libverto's headers contain a number of function declarations which aren't prototypes because they use () instead of (void). In definitions this is okay, but in prototypes this causes the compiler to treat the declaration as a K&R-style declaration and not a prototype.