You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: