fix ziti_error parsing #2450
Annotations
1 error and 10 warnings
run build for macOS-x64
Process completed with exit code 8.
|
run build for macOS-x64
autoconf 2.72 is already installed and up-to-date.
To reinstall 2.72, run:
brew reinstall autoconf
|
run build for macOS-x64
pkg-config 0.29.2_3 is already installed and up-to-date.
To reinstall 0.29.2_3, run:
brew reinstall pkg-config
|
run build for macOS-x64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
run build for macOS-x64:
library/model_support.c#L82
assigning to 'void *' from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
run build for macOS-x64:
library/model_support.c#L84
assigning to 'void *' from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
run build for macOS-x64:
library/model_support.c#L151
initializing 'void *' with an expression of type 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
run build for macOS-x64:
library/model_support.c#L451
initializing 'void *' with an expression of type 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
run build for macOS-x64:
library/model_support.c#L566
initializing 'void *' with an expression of type 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
run build for macOS-x64:
library/ziti.c#L1581
comparison between pointer and integer ('uint32_t' (aka 'unsigned int') and 'void *') [-Wpointer-integer-compare]
|
run build for macOS-x64:
library/channel.c#L332
passing 'const char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
Loading