Snippets for alglib 4.08.0 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/1fhysjr8p0k89madj1zgbif0897hn84s-alglib3-4.08.0.drv.
-
/nix/var/nix/builds/nix-20642-2322439469/alglib-cpp/src/ap.cpp:8740:9: 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] 8740 | if( sprintf(mask, "%%.%d%s", dps, _dps>=0 ? "f" : "e")>=(int)sizeof(mask) ) | ^ -
/nix/var/nix/builds/nix-20642-2322439469/alglib-cpp/src/ap.cpp:8744:9: 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] 8744 | if( sprintf(buf_x, mask, (double)(fabs(x)))>=(int)sizeof(buf_x) ) | ^ -
/nix/var/nix/builds/nix-20642-2322439469/alglib-cpp/src/ap.cpp:8746:9: 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] 8746 | if( sprintf(buf_y, mask, (double)(fabs(y)))>=(int)sizeof(buf_y) ) | ^ -
/nix/var/nix/builds/nix-20642-2322439469/alglib-cpp/src/ap.cpp:8748:9: 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] 8748 | if( sprintf(buf_zero, mask, (double)0)>=(int)sizeof(buf_zero) ) | ^ -
/nix/var/nix/builds/nix-20642-2322439469/alglib-cpp/src/ap.cpp:11351: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]
-
/nix/var/nix/builds/nix-20642-2322439469/alglib-cpp/src/ap.cpp:11369:9: 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]
-
/nix/var/nix/builds/nix-20642-2322439469/alglib-cpp/src/ap.cpp:11371:9: 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]
-
/nix/var/nix/builds/nix-20642-2322439469/alglib-cpp/src/ap.cpp:11378:17: 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]