You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting numerous errors like this while trying to make from MacOS
main.cpp:3306:2: error: '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. [-Werror,-Wdeprecated-declarations] sprintf(szProgramProcPath, "/proc/%d/exe", getpid());
The text was updated successfully, but these errors were encountered:
I'm getting numerous errors like this while trying to make from MacOS
main.cpp:3306:2: error: '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. [-Werror,-Wdeprecated-declarations] sprintf(szProgramProcPath, "/proc/%d/exe", getpid());
The text was updated successfully, but these errors were encountered: