Bug 56095 - Non-standards compliant C++ code
Summary: Non-standards compliant C++ code
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: pilot-link
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-12 19:32 UTC by Bernhard Rosenkraenzer
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-11-12 19:32:32 UTC
Embargoed:


Attachments (Terms of Use)

Description Bernhard Rosenkraenzer 2001-11-12 19:32:26 UTC
c++ -I../include -I./../include -g -O2 -Wall -c datebook.cc
In file included from /usr/include/g++-v3/backward/iostream.h:31,
                 from ../include/pi-datebook.hxx:7,
                 from ../include/pi-datebook.h:89,
                 from datebook.cc:11:
/usr/include/g++-v3/backward/backward_warning.h:32:2: warning: #warning 
This file includes at least one deprecated or antiquated header. Please 
consider using one of the 32 headers found in section 17.4.1.2 of the C++ 
standard. Examples include substituting the <X> header for the <X.h> 
header for C++ includes, or <sstream> instead of the deprecated header 
<strstream.h>. To disable this warning use -Wno-deprecated.
In file included from ../include/pi-datebook.h:89,
                 from datebook.cc:11:
../include/pi-datebook.hxx:37: friend declaration requires class-key, i.e.
   `friend class appointmentList_t'



Replaceing friend appointmentList_t; with friend class appointmentList_t; 
should do the trick; while at it, please update to the current version ;)

Comment 1 Than Ngo 2001-11-12 20:26:13 UTC
it's fixed in pilot-link-0.9.5-10. thanks


Note You need to log in before you can comment on or make changes to this bug.