Documentation fix #3887
Annotations
10 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Setup Cpp
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:/etc/apt/trusted.gpg.d/setup-cpp-ubuntu-archive.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '3B4FE6ACC0B21F32'
|
Build and test:
third_party/bootgen/outputfile.cpp#L51
missing field 'type' initializer [-Wmissing-field-initializers]
|
Build and test:
third_party/aie-rt/driver/src/common/xaie_helper.c#L1466
cast from 'const unsigned int *' to 'void *' drops const qualifier [-Wcast-qual]
|
Build and test:
third_party/aie-rt/driver/src/core/xaie_elfloader.c#L245
cast from 'const unsigned char *' to 'unsigned int *' drops const qualifier [-Wcast-qual]
|
Build and test:
third_party/aie-rt/driver/src/core/xaie_elfloader.c#L306
cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
|
Build and test:
third_party/aie-rt/driver/src/core/xaie_elfloader.c#L429
cast from 'const unsigned char *' to 'Elf32_Phdr *' drops const qualifier [-Wcast-qual]
|
Build and test:
third_party/aie-rt/driver/src/dma/xaie_dma.c#L2173
default label in switch which covers all enumeration values [-Wcovered-switch-default]
|
Build and test:
third_party/aie-rt/driver/src/memory/xaie_mem.c#L162
cast from 'const void *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
|
Build and test:
third_party/aie-rt/driver/src/rsc/xaie_rsc.c#L1262
cast from 'const char *' to 'struct XAieRscMetaHeader *' drops const qualifier [-Wcast-qual]
|
Loading