Fix releases for macos builds and unix like release builds #929
Annotations
10 errors and 10 warnings
app/commands/init.h#L2
'app/cli.h' file not found
|
runtime/libs/backtracing.h#L7
'backtrace.h' file not found
|
runtime/libs/backtracing.h#L2
'cstdint' file not found
|
runtime/libs/backtracing.h#L7
'backtrace.h' file not found
|
runtime/libs/backtracing.h#L2
'cstdint' file not found
|
runtime/libs/backtracing.h#L7
'backtrace.h' file not found
|
src/utils/utils.h#L22
no member named 'filesystem' in namespace 'std'
|
src/SourceInfo.h#L17
no member named 'filesystem' in namespace 'std'
|
src/lexer/tokens/token.h#L2
'constants.h' file not found
|
src/constants.h#L14
"_SNOWBALL_VERSION and _SNOWBALL_VERSION_NUMBER must be defined!"
|
app/commands/init.h#L10
variable 'namespace' is non-const and globally accessible, consider making it const
|
app/commands/init.h#L13
declaration uses identifier '__SNOWBALL_EXEC_INIT_CMD_H_', which is a reserved identifier
|
app/commands/init.h#L43
variable 'snowball' is non-const and globally accessible, consider making it const
|
runtime/libs/backtrace.cc#L7
variable 'state' is non-const and globally accessible, consider making it const
|
runtime/libs/backtrace.cc#L7
variable 'state' provides global access to a non-const object; consider making the pointed-to data 'const'
|
runtime/libs/backtrace.cc#L8
variable 'stateLock' is non-const and globally accessible, consider making it const
|
runtime/libs/backtrace.cc#L11
do not call c-style vararg functions
|
runtime/libs/backtrace.cc#L15
use a trailing return type for this function
|
runtime/libs/backtrace.cc#L17
do not use C-style cast to convert between unrelated types
|
runtime/libs/backtrace.cc#L18
implicit conversion 'const char *' -> bool
|
The logs for this run have expired and are no longer available.
Loading