[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    Bug#4318: Bad function prototype in kdesud
From:       Ken Block <block () zk3 ! dec ! com>
Date:       2000-05-31 12:49:30
[Download RAW message or body]

Package: kdebase
Version: 1.9

Even though it is only a prototype, the Compaq C++ requires that you
keep the argument names unique. G++ is more lax about this. THe
following prototype has two arguments named "s1".


./kdebase/kdesu/kdesud/handler.h.orig
38c38
<     QCString makeKey(int namspace, QCString s1, QCString s1=0,
QCString s3=0);
---
>     QCString makeKey(int namspace, QCString s1, QCString s2=0,
QCString s3=0);

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic