From kwin Thu May 17 14:53:42 2007 From: stevee () zuken ! co ! uk Date: Thu, 17 May 2007 14:53:42 +0000 To: kwin Subject: [Bug 145560] New: kdebase/config.h.cmake contains an incorrect Message-Id: <20070517165341.145560.stevee () zuken ! co ! uk> X-MARC-Message: https://marc.info/?l=kwin&m=117941362804686 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=145560 Summary: kdebase/config.h.cmake contains an incorrect prototype for unsetenv Product: kwin Version: unspecified Platform: Compiled Sources OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kwin kde org ReportedBy: stevee zuken co uk Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc 3.4.6 OS: Solaris (This is a problem with kdebase's build process, but kdebase cannot be picked as an application in bugs.kde.org, so I picked kwin as an arbitrary app in kdebase.) The file kdebase/config.h.cmake has a prototype for unsetenv when the system does not provide one. Unfortunately it incorrectly specifies the return type as void when it should be int. Why doesn't kdebase rely on the unsetenv prototype provided in kdefakes.h by including that file where unsetenv is used rather than duplicating the prototype? _______________________________________________ Kwin mailing list Kwin@kde.org https://mail.kde.org/mailman/listinfo/kwin