Patches item #784205, was opened at 2003-08-06 14:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307869&aid=784205&group_id=7869
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonathan Wakely (redi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove stray "inline" keyword
Initial Comment:
The Row::size() member function is declared to be
inline in the function body, yet the definition is
given out-of-line in the Row.cc file. This raises a
warning in GCC 3.4.
This patch removes the "inline" keyword.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307869&aid=784205&group_id=7869
|