| Summary: | Patch: kdebase: fix for 200 lines of build warning output | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | xndrcode |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | ben |
| Priority: | NOR | ||
| Version First Reported In: | 4.2.4 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Patch to kdebase for build warnings | ||
8+ years old - I think this probably isn't happening any longer. |
Created attachment 47503 [details] Patch to kdebase for build warnings Version: 4.2.4 (using KDE 4.4.3) OS: Linux Attached is a patch for ~200 lines of build warning output from building kdebase from the anonymous svn. Reproducible: Always Steps to Reproduce: Build anonymous svn according to instructions on kde techbase. This is mostly: 1) Initializing variables in all code paths 2) Checking return values of write() read() pipe() 3) Adding Q_UNUSED(param) for unused parameters