diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-09-28 15:44:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-09-28 17:43:32 +0300 |
commit | 0e0393b06a0546335664884069d2e5388832b0f1 (patch) | |
tree | 74cb3561e082b1ac2bdad2facb374283cf0146fc /oox | |
parent | 82129a0d351cb26203fb8574fbc72c8e91fa9e42 (diff) |
WaE: 'NSWindow' may not respond to '-windowShouldClose:'
We get this warning when compiling with g++ 4.2.1 from the 10.6
SDK. As far as I see there is no command-line option to get rid of it,
and thus also no pragma to avoid it just for the lines of code in
question.
So to make it compile with -Werror also using this compiler/SDK,
expand the Objective-C message call syntactic sugar into a
objc_msgSend() call instead. That should be equivalent, shouldn't it?
Diffstat (limited to 'oox')
0 files changed, 0 insertions, 0 deletions