Bug 193404 - media-libs/libsdl uses c++ (non c90 comments) in public headers
Bug#: 193404 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: robert.wohlrab@gmx.de
Component: Library
URL:  http://bugzilla.libsdl.org/show_bug.cgi?id=474
Summary: media-libs/libsdl uses c++ (non c90 comments) in public headers
Keywords:  
Status Whiteboard: 
Opened: 2007-09-22 11:18 0000
Description:   Opened: 2007-09-22 11:18 0000
When you try to compile ansi c stuff with libsdl-1.2.12 you will produce errors
or warnings due usage of c++ comments in public headers

Reproducible: Always

Steps to Reproduce:
1. emerge libsdl-1.2.12
2. compile c code using libsdl with -ansi (for more problems use -Wall -W
-pedantic and co.)

Actual Results:  
Errors and Warnings about non-C90 comments in begin_code.h

Expected Results:  
a clean compile

This is fixed upstream

------- Comment #1 From Robert Wohlrab 2007-09-22 11:20:26 0000 -------
Created an attachment (id=131587) [details]
Removed some C++ style comments from the public headers

------- Comment #2 From Mr. Bones. 2007-10-21 00:34:44 0000 -------
In portage.  Thanks for the bug report.