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
variable 'passed' set but not used [-Werror,-Wunused-but-set-variable]
variable 'skipped' set but not used [-Werror,-Wunused-but-set-variable]
variable 'found_win_special' set but not used [-Werror,-Wunused-but-set-variable]
a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
variable 'num_stmts' set but not used [-Werror,-Wunused-but-set-variable]
unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
'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]
'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]
'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]
'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]
passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
format string is empty [-Wformat-zero-length]
operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
The logs for this run have expired and are no longer available.