Control: severity -1 important
On Thu, 19 Mar 2015 10:37:52 +, James Cowgill wrote:
> Here's a patch which fixes the build on GCC5 by correcting the version
> check in ink_atomic.h.
This bug seems to have "fixed" (or "workarounded") itself since
March, probably due to different gcc / __GNUC_
Control: tags -1 patch
Hi,
Here's a patch which fixes the build on GCC5 by correcting the version
check in ink_atomic.h.
Thanks,
James
--- a/lib/ts/ink_atomic.h
+++ b/lib/ts/ink_atomic.h
@@ -63,7 +63,7 @@ typedef vlong *pvlong;
typedef vvoidp *pvvoidp;
/* GCC compiler >= 4.1 */
-#if defined
2 matches
Mail list logo