Project

General

Profile

Bug #552

Warning in core compile

Added by Rogers, Chris over 12 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

#1

Updated by Rogers, Chris over 12 years ago

  • Target version set to xboa-1.0
#2

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)
.

Also available in: Atom PDF