Bug #552
Warning in core compile
Start date:
07 July 2011
Due date:
% Done:
100%
Estimated time:
Description
Few warnings like
xboa/core/Bunchcore.h:84: warning: function declaration isn’t a prototype
Updated by Rogers, Chris almost 11 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This was obscure C problem - I think something like error from
void my_func(), should be replaced by
void my_func(void).