|
|
| Bugzilla Link |
11559 |
| Resolution |
WORKSFORME |
| Resolved on |
Dec 13, 2011 18:52 |
| Version |
unspecified |
| OS |
All |
Extended Description
$ cat test.mm
#import <AppKit/AppKit.h>
int main() {
[NSApp stop:nil];
}
tests-MacBook-Pro-2:src test$ third_party/llvm-build/Release+Asserts/bin/clang -c test.mm
tests-MacBook-Pro-2:src test$ third_party/llvm-build/Release+Asserts/bin/clang -c test.mm -arch i386
test.mm:4:4: warning: 'stop:' is deprecated [-Wdeprecated-declarations]
[NSApp stop:nil];
^
1 warning generated.