Opened 13 years ago
Closed 13 years ago
#2402 closed Bug (fixed)
gtk client build issue when compiling with clang
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.75 |
Component: | GTK+ Client | Version: | 1.74 |
Severity: | Normal | Keywords: | |
Cc: |
Description
Reported by Tronic in irc. The problem is in details.c when we add a preprocessor directive in the middle of an argument list.
Patch is here: http://codepad.org/HYmNOP5f
Relevant section of the C spec: "1940 If there are sequences of preprocessing tokens within the list of arguments that would otherwise act as preprocessing directives147), the behavior is undefined."
Change History (2)
comment:1 Changed 13 years ago by charles
- Status changed from new to assigned
comment:2 Changed 13 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
fixed in 1.7x by r9097 for 1.75
fixed in trunk by r9098