Advertisement
Guest User

Untitled

a guest
Nov 5th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. /Users/nico/daylight/lib/framework/tk8.6.9/unix/../macosx/tkMacOSXInit.c:159:5: warning:
  2. 'Gestalt' is deprecated: first deprecated in macOS 10.8
  3. [-Wdeprecated-declarations]
  4. Gestalt(gestaltSystemVersionMinor, (SInt32*)&minorVersion);
  5. ^
  6. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note:
  7. 'Gestalt' has been explicitly marked deprecated here
  8. Gestalt(
  9. ^
  10. /Users/nico/daylight/lib/framework/tk8.6.9/unix/../macosx/tkMacOSXInit.c:159:13: warning:
  11. 'gestaltSystemVersionMinor' is deprecated: first deprecated in macOS 10.8
  12. - Use NSProcessInfo's operatingSystemVersion property instead.
  13. [-Wdeprecated-declarations]
  14. Gestalt(gestaltSystemVersionMinor, (SInt32*)&minorVersion);
  15. ^
  16. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2075:1: note:
  17. '' has been explicitly marked deprecated here
  18. enum {
  19. ^
  20. 2 warnings generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement