Opened 17 years ago
Closed 17 years ago
#2203 closed bug (fixed)
[PATCH] Public header files need to be ANSI-compliant
Reported by: | andreasf | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In the posix headers there are lots of single-line comments, breaking compilation with -ansi -pedantic
, as used by some software, such as freetype2.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | headers-ansi-2008-05-10.diff added |
---|
comment:1 by , 17 years ago
Summary: | Public header files need to be ANSI-compliant → [PATCH] Public header files need to be ANSI-compliant |
---|
The attached patch depends on #2108 and fixes all posix/ headers.
Note:
See TracTickets
for help on using tickets.
patch