Advertisement
Guest User

sauersvn

a guest
Feb 22nd, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. sauerbraten Group
  2. /Users/TheLove/SauerSVN2/src/xcode/Launcher.m
  3. /Users/TheLove/SauerSVN2/src/xcode/Launcher.m:184: warning: class 'Launcher' does not implement the 'NSToolbarDelegate' protocol
  4.  
  5. /Users/TheLove/SauerSVN2/src/xcode/Launcher.m:282: warning: 'createDirectoryAtPath:attributes:' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:168)
  6.  
  7. /Users/TheLove/SauerSVN2/src/xcode/Launcher.m:624: warning: 'removeFileAtPath:handler:' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:174)
  8.  
  9. /Users/TheLove/SauerSVN2/src/xcode/Launcher.m:625: warning: 'removeFileAtPath:handler:' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:174)
  10.  
  11. file://localhost/Users/TheLove/SauerSVN2/src/xcode/Launcher.m: warning: Semantic Issue: Sending 'Launcher *' to parameter of incompatible type 'id<NSToolbarDelegate>'
  12.  
  13. file://localhost/Users/TheLove/SauerSVN2/src/xcode/Launcher.m: warning: Deprecations: 'createDirectoryAtPath:attributes:' is deprecated
  14.  
  15. file://localhost/Users/TheLove/SauerSVN2/src/xcode/Launcher.m: warning: Semantic Issue: Implicit declaration of function 'SDL_main' is invalid in C99
  16.  
  17. file://localhost/Users/TheLove/SauerSVN2/src/xcode/Launcher.m: warning: Deprecations: 'removeFileAtPath:handler:' is deprecated
  18.  
  19. file://localhost/Users/TheLove/SauerSVN2/src/xcode/Launcher.m: warning: Deprecations: 'removeFileAtPath:handler:' is deprecated
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement