adfasdfadsfasdf

Untitled

Aug 30th, 2023
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. archishmaan@Archishmaans-MBP Willow % make
  2. clang++ src/datagen.cpp -O3 -march=native -std=c++2a -ffast-math -flto -o willow -lm
  3. In file included from src/datagen.cpp:6:
  4. In file included from src/globals.h:4:
  5. In file included from src/nnue.h:16:
  6. src/incbin.h:166:6: warning: "incbin is incompatible with bitcode. Using the library will break upload to App Store if you have bitcode enabled. Add `#define INCBIN_SILENCE_BITCODE_WARNING` before including this header to silence this warning." [-W#warnings]
  7. # warning "incbin is incompatible with bitcode. Using the library will break upload to App Store if you have bitcode enabled. Add `#define INCBIN_SILENCE_BITCODE_WARNING` before including this header to silence this warning."
  8. ^
  9. src/datagen.cpp:147:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
  10. sprintf(fen + fenkey, "%d", movelst[*key - 1].halfmoves);
  11. ^
  12. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
  13. __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
  14. ^
  15. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
  16. #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
  17. ^
  18. src/datagen.cpp:154:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
  19. sprintf(fen + fenkey, "%d", (*key) / 2);
  20. ^
  21. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
  22. __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
  23. ^
  24. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
  25. #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
  26. ^
  27. src/datagen.cpp:275:9: warning: '/*' within block comment [-Wcomment]
  28. /*if (r == 99)
  29. ^
  30. src/datagen.cpp:344:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
  31. sprintf(fens[fkey++], "%s | %d | ", fen, g);
  32. ^
  33. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
  34. __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
  35. ^
  36. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
  37. #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
  38. ^
  39. src/datagen.cpp:349:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
  40. sprintf(result, "%.1f", res);
  41. ^
  42. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
  43. __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
  44. ^
  45. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
  46. #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
  47. ^
  48. 6 warnings generated.
  49. archishmaan@Archishmaans-MBP Willow %
  50.  
Advertisement
Add Comment
Please, Sign In to add comment