Bug 126941 - duplicate parameter name in computeParagraphAndIndex function prototype
Summary: duplicate parameter name in computeParagraphAndIndex function prototype
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-08 09:38 UTC by Joseph D. Wagner
Modified: 2012-05-20 20:07 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph D. Wagner 2006-05-08 09:38:34 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    Compiled From Sources
Compiler:          icpc-9.0.030 -no-gcc
OS:                Linux

../../khtml/rendering/render_form.h(500): error: duplicate parameter name
void computeParagraphAndIndex(long index, int* para, int* index);

I know icpc is a blacklisted compiler, but the problems you have been having from it can be traced back to faulty implementations of gcc extensions.  I run icpc with the -no-gcc switch which turns off gcc extensions, and then everything works fine (at least for me).