Bug 58643

Summary: gcc3 patch produces ugly warning
Product: [Retired] Red Hat Raw Hide Reporter: Enrico Scholz <rh-bugzilla>
Component: flexAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-22 04:39:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2002-01-22 04:38:59 UTC
Description of Problem:

The flex-2.5.4a-gcc3.patch of flex-2.5.4a-18 replaces

-  "class istream;",                                                           
                      

with

+  "#include <iostream.h>;",

which keeps the trailing ';'. This produces warnings like 

| foo.cc:25:22: warning: extra tokens at end of #include directive

Comment 1 Than Ngo 2002-01-23 12:15:30 UTC
it's fixed in flex-2.5.4a-189. thanks