[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
IBAction warnings when compiling with clang
From: |
Riccardo Mottola |
Subject: |
IBAction warnings when compiling with clang |
Date: |
Fri, 27 Jul 2012 09:05:05 +0200 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD i386; rv:12.0) Gecko/20120430 Firefox/12.0 SeaMonkey/2.9 |
Hey,
lately I get these.. in different programs:
In file included from PRCurves.m:11:
In file included from ./PRCurves.h:12:
In file included from ./PRFilter.h:11:
In file included from /Local/Library/Headers/AppKit/AppKit.h:61:
In file included from /Local/Library/Headers/AppKit/NSColorPanel.h:38:
/Local/Library/Headers/AppKit/NSNibDeclarations.h:37:9: warning: 'IBAction'
macro redefined [-Wpedantic]
#define IBAction void
^
<built-in>:23:9: note: previous definition is here
#define IBAction void)__attribute__((ibaction)
^
2 warnings generated.
Anyone else gets these?
Riccardo
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- IBAction warnings when compiling with clang,
Riccardo Mottola <=