Snippets for julia 1.12.6 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/azvfykwqsslfkf8bz2m3f6p572ylcpxb-julia-1.12.6.drv.
-
./maindef.h:88:4: warning: '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] 88 | sprintf(utext, "unknown(0x%X)", x); | ^ -
cmdline.cpp:75:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CCommandLineInterpreter' [-Wnontrivial-memcall] 75 | memset(this, 0, sizeof(*this)); // Set all to zero | ^ -
cmdline.cpp:1022:17: warning: '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] 1022 | sprintf(NameBuffer, ".rela%s", name2); | ^ -
cmdline.cpp:1032:17: warning: '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] 1032 | sprintf(NameBuffer, ".rel%s", name2); | ^ -
./containers.h:196:20: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CFileBuffer' [-Wnontrivial-memcall] 196 | memset(buffer, 0, n*sizeof(RecordType));// Initialize to zero | ^ -
./containers.h:210:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CFileBuffer' [-Wnontrivial-memcall] 210 | memset(buffer, 0, num*sizeof(RecordType)); // Warning: overwrites all members of RecordType with 0 | ^ -
cof2asm.cpp:387:13: warning: '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] 387 | sprintf(NameBuffer+strlen(NameBuffer), "_Ordinal_%i", uint16_t(LookupEntry[0])); | ^ -
cof2asm.cpp:500:10: warning: '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] 500 | sprintf(NameBuffer, "Ordinal_%i", Ordinal + OrdinalBase); | ^ -
cof2cof.cpp:213:10: warning: '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] 213 | sprintf(pSectHeader->Name, "/%i", NewStringTable.GetDataSize()); | ^ -
cof2elf.cpp:586:19: warning: '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] 586 | sprintf(TempText, "%X", cmd.ImageBase); // write value as hexadecimal | ^ -
cof2elf.cpp:647:19: warning: '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] 647 | sprintf(TempText, "%X", cmd.ImageBase); // write value as hexadecimal | ^ -
cof2elf.cpp:18:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CCOF2ELF<Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, Elf32_Rela>' [-Wnontrivial-memcall] 18 | memset(this, 0, sizeof(*this)); | ^ -
cof2elf.cpp:18:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CCOF2ELF<Elf64_Ehdr, Elf64_Shdr, Elf64_Sym, Elf64_Rela>' [-Wnontrivial-memcall] 18 | memset(this, 0, sizeof(*this)); | ^ -
./containers.h:196:20: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CMemoryBuffer' [-Wnontrivial-memcall] 196 | memset(buffer, 0, n*sizeof(RecordType));// Initialize to zero | ^ -
./containers.h:210:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CMemoryBuffer' [-Wnontrivial-memcall] 210 | memset(buffer, 0, num*sizeof(RecordType)); // Warning: overwrites all members of RecordType with 0 | ^ -
checking if clang -mmacosx-version-min=11.0 supports -std=gnu99 flag... cof2omf.cpp:16:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CCOF2OMF' [-Wnontrivial-memcall] 16 | memset(this, 0, sizeof(*this)); | ^ -
checking whether clang -mmacosx-version-min=11.0 understands -c and -o together... coff.cpp:168:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CCOFF' [-Wnontrivial-memcall] 168 | memset(this, 0, sizeof(*this)); | ^ -
coff.cpp:913:7: warning: '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] 913 | sprintf(sec.Name, "/%i", StringTable.PushString(name)); | ^ -
containers.cpp:433:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CFileBuffer' [-Wnontrivial-memcall] 433 | memset(this, 0, sizeof(*this)); | ^ -
containers.cpp:601:5: warning: '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] 601 | sprintf(text, IsSigned ? "%i" : "%u", x); | ^ -
containers.cpp:612:9: warning: '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] 612 | sprintf(text, "0x%02X", x); | ^ -
containers.cpp:619:5: warning: '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] 619 | sprintf(text, "%02X", x); | ^ -
containers.cpp:632:9: warning: '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] 632 | sprintf(text, MasmForm==1 ? "0x%04X" : "0x%X", x); | ^ -
containers.cpp:636:5: warning: '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] 636 | sprintf(text, (MasmForm < 2) ? "%04X" : "%X", x); | ^ -
containers.cpp:653:9: warning: '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] 653 | sprintf(text, MasmForm==1 ? "0x%08X" : "0x%X", x); | ^ -
containers.cpp:658:5: warning: '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] 658 | sprintf(text, (MasmForm < 2) ? "%08X" : "%X", x); | ^ -
containers.cpp:674:9: warning: '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] 674 | sprintf(text, "%08X%08X", HighDWord(x), uint32_t(x)); | ^ -
containers.cpp:678:13: warning: '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] 678 | sprintf(text, "%X%08X", HighDWord(x), uint32_t(x)); | ^ -
containers.cpp:681:13: warning: '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] 681 | sprintf(text, "%X", uint32_t(x)); | ^ -
containers.cpp:706:5: warning: '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] 706 | sprintf(text, "%.7G", x); | ^ -
containers.cpp:713:5: warning: '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] 713 | sprintf(text, "%.16G", x); | ^ -
disasm1.cpp:202:5: warning: '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] 202 | sprintf(Format, "%s%c0%i%c", UnnamedSymbolsPrefix, '%', NumDigits, 'i'); | ^ -
disasm1.cpp:212:13: warning: '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] 212 | sprintf(name, UnnamedSymFormat, ++UnnamedNum); | ^ -
disasm1.cpp:377:13: warning: '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] 377 | sprintf(name, "Unnamed_%X_%X", (*this)[symi].Section, (*this)[symi].Offset); | ^ -
checking if the linker (ld) is GNU ld... disasm2.cpp:2040:17: warning: '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] 2040 | sprintf(TextBuffer, "%.8G", Get<float>(pos1)); | ^ -
disasm2.cpp:2061:17: warning: '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] 2061 | sprintf(TextBuffer, "%.16G", Get<double>(pos1)); | ^ -
elf.cpp:230:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CELF<Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, Elf32_Rela>' [-Wnontrivial-memcall] 230 | memset(this, 0, sizeof(*this)); | ^ -
elf.cpp:230:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CELF<Elf64_Ehdr, Elf64_Shdr, Elf64_Sym, Elf64_Rela>' [-Wnontrivial-memcall] 230 | memset(this, 0, sizeof(*this)); | ^ -
checking for wchar.h... elf2cof.cpp:21:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CELF2COF<Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, Elf32_Rela>' [-Wnontrivial-memcall] 21 | memset(this, 0, sizeof(*this)); | ^ -
elf2cof.cpp:21:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CELF2COF<Elf64_Ehdr, Elf64_Shdr, Elf64_Sym, Elf64_Rela>' [-Wnontrivial-memcall] 21 | memset(this, 0, sizeof(*this)); | ^ -
elf2elf.cpp:21:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CELF2ELF<Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, Elf32_Rela>' [-Wnontrivial-memcall] 21 | memset(this, 0, sizeof(*this)); | ^ -
elf2elf.cpp:21:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CELF2ELF<Elf64_Ehdr, Elf64_Shdr, Elf64_Sym, Elf64_Rela>' [-Wnontrivial-memcall] 21 | memset(this, 0, sizeof(*this)); | ^ -
elf2mac.cpp:271:16: warning: '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] 271 | sprintf(tempbuf, "?unnamed%i", OldSymI); | ^ -
checking the name lister (nm) interface... elf2mac.cpp:742:10: warning: '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] 742 | sprintf(ImageBaseHex, "%X", cmd.ImageBase); // write value as hexadecimal | ^ -
elf2mac.cpp:19:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CELF2MAC<Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, Elf32_Rela, MAC_header_32, MAC_segment_command_32, MAC_section_32, MAC_nlist_32, int32_t>' [-Wnontrivial-memcall] 19 | memset(this, 0, sizeof(*this)); // Reset everything | ^ -
elf2mac.cpp:19:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CELF2MAC<Elf64_Ehdr, Elf64_Shdr, Elf64_Sym, Elf64_Rela, MAC_header_64, MAC_segment_command_64, MAC_section_64, MAC_nlist_64, int64_t>' [-Wnontrivial-memcall] 19 | memset(this, 0, sizeof(*this)); // Reset everything | ^ -
error.cpp:237:4: warning: '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] 237 | sprintf(text, err->Text, extra); | ^ -
error.cpp:246:4: warning: '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] 246 | sprintf(text, err->Text, extra1, extra2); | ^ -
error.cpp:255:4: warning: '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] 255 | sprintf(text, err->Text, extra); | ^ -
error.cpp:267:4: warning: '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] 267 | sprintf(text, err->Text, extra1, extra2); | ^ -
error.cpp:277:4: warning: '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] 277 | sprintf(text, err->Text, extra1, extra2); | ^ -
library.cpp:1152:9: warning: '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] 1152 | sprintf(header.Name, "#1/%i ", NameAfter); | ^ -
library.cpp:1175:13: warning: '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] 1175 | sprintf(header.Name, "/%i ", i); | ^ -
library.cpp:1180:5: warning: '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] 1180 | sprintf(header.Date, "%u ", (uint32_t)time(0)); | ^ -
library.cpp:1195:5: warning: '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] 1195 | sprintf(header.FileSize, "%u ", NameAfter + RawSize + AlignmentPadding); | ^ -
library.cpp:1427:9: warning: '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] 1427 | sprintf(name, "NoName%i", ++DummyNumber); | ^ -
library.cpp:1487:9: warning: '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] 1487 | sprintf(fixedName, "NoName_%X", RunningNumber++); | ^ -
library.cpp:1509:13: warning: '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] 1509 | sprintf(fixedName + 12 - elen, "_%02X%s", RunningNumber++, extension); | ^ -
library.cpp:1512:13: warning: '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] 1512 | sprintf(fixedName + 12 - elen, "%03X%s", RunningNumber++, extension); | ^ -
library.cpp:1515:13: warning: '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] 1515 | sprintf(fixedName + 11 - elen, "%04X%s", (RunningNumber++ & 0xFFFF), extension); | ^ -
library.cpp:1669:5: warning: '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] 1669 | sprintf(SymTab.Date, "%u ", (uint32_t)time(0) + PostDate); // Date stamp for symbol table | ^ -
library.cpp:1727:9: warning: '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] 1727 | sprintf(SymTab.FileSize, "%u ", Index1Size); | ^ -
library.cpp:1769:9: warning: '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] 1769 | sprintf(SymTab.FileSize, "%u ", Index2Size); | ^ -
library.cpp:1814:9: warning: '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] 1814 | sprintf(SymTab.FileSize, "%u", LongNamesBuffer.GetDataSize()); | ^ -
library.cpp:1837:13: warning: '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] 1837 | sprintf(SymTab.FileSize, "%u ", Index3Size + LongNameSize); | ^ -
library.cpp:1843:13: warning: '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] 1843 | sprintf(SymTab.FileSize, "%u ", Index3Size & 0x3FFFFFF); // prevent string overflow | ^ -
mac2elf.cpp:20:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CMAC2ELF<MAC_header_32, MAC_segment_command_32, MAC_section_32, MAC_nlist_32, int32_t, Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, Elf32_Rela>' [-Wnontrivial-memcall] 20 | memset(this, 0, sizeof(*this)); // Reset everything | ^ -
mac2elf.cpp:20:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CMAC2ELF<MAC_header_64, MAC_segment_command_64, MAC_section_64, MAC_nlist_64, int64_t, Elf64_Ehdr, Elf64_Shdr, Elf64_Sym, Elf64_Rela>' [-Wnontrivial-memcall] 20 | memset(this, 0, sizeof(*this)); // Reset everything | ^ -
mac2mac.cpp:21:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CMAC2MAC<MAC_header_32, MAC_segment_command_32, MAC_section_32, MAC_nlist_32, int32_t>' [-Wnontrivial-memcall] 21 | memset(this, 0, sizeof(*this)); | ^ -
mac2mac.cpp:21:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CMAC2MAC<MAC_header_64, MAC_segment_command_64, MAC_section_64, MAC_nlist_64, int64_t>' [-Wnontrivial-memcall] 21 | memset(this, 0, sizeof(*this)); | ^ -
checking for bzlib.h... src/w_cabsf.c:14:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 14 | cabsf(z) | ^ -
macho.cpp:132:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CMACHO<MAC_header_32, MAC_segment_command_32, MAC_section_32, MAC_nlist_32, int32_t>' [-Wnontrivial-memcall] 132 | memset(this, 0, sizeof(*this)); | ^ -
macho.cpp:132:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CMACHO<MAC_header_64, MAC_segment_command_64, MAC_section_64, MAC_nlist_64, int64_t>' [-Wnontrivial-memcall] 132 | memset(this, 0, sizeof(*this)); | ^ -
checking whether clang++ -mmacosx-version-min=11.0 accepts -g... src/s_lround.c:54:31: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 54 | static const type dtype_max = DTYPE_MAX + 0.5; | ^~~~~~~~~ ~ -
src/s_lround.c:62:6: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 62 | if (INRANGE(x)) { | ^~~~~~~~~~ -
src/s_lround.c:54:31: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 54 | static const type dtype_max = DTYPE_MAX + 0.5; | ^~~~~~~~~ ~ -
src/s_lround.c:62:6: warning: implicit conversion from 'long' to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 62 | if (INRANGE(x)) { | ^~~~~~~~~~ -
src/s_lround.c:54:31: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 54 | static const type dtype_max = DTYPE_MAX + 0.5; | ^~~~~~~~~ ~ -
src/s_lround.c:62:6: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 62 | if (INRANGE(x)) { | ^~~~~~~~~~ -
src/s_lround.c:62:6: warning: implicit conversion from 'long long' to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 62 | if (INRANGE(x)) { | ^~~~~~~~~~ -
omf.cpp:90:11: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'COMF' [-Wnontrivial-memcall] 90 | memset(this, 0, sizeof(*this)); // reset everything | ^ -
checking if the linker (ld) is GNU ld... omf.cpp:742:7: warning: '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] 742 | sprintf(text, "communal section %i", i - 0x4000); | ^ -
omf.cpp:761:4: warning: '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] 761 | sprintf(temp, "Unknown index %i", i); | ^ -
omf2cof.cpp:19:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'COMF2COF' [-Wnontrivial-memcall] 19 | memset(this, 0, sizeof(*this)); // Reset everything | ^ -
omf2cof.cpp:161:17: warning: '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] 161 | sprintf(sec.Name, "/%i", StringI); | ^ -
omf2cof.cpp:433:13: warning: '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] 433 | sprintf(NewName, "?NoName%02i", ++LocalSymNum); | ^ -
bsdsrc/b_exp.c:132:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 132 | double __exp__D(x, c) | ^ -
bsdsrc/b_log.c:427:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 427 | __log__D(x) double x; | ^ -
bsdsrc/b_tgamma.c:127:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 127 | tgamma(x) | ^ -
bsdsrc/b_tgamma.c:154:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 154 | large_gam(x) | ^ -
bsdsrc/b_tgamma.c:183:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 183 | small_gam(x) | ^ -
bsdsrc/b_tgamma.c:217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 217 | smaller_gam(x) | ^ -
bsdsrc/b_tgamma.c:246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 246 | ratfun_gam(z, c) | ^ -
bsdsrc/b_tgamma.c:273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 273 | neg_gam(x) | ^ -
libwhich.c:185:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 185 | struct vector_t dllist() | ^ | void -
checking for archiver @FILE support... lapack/trtri.c:135:3: warning: misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation] 135 | if (args.nthreads == 1) { | ^ -
checking for machine/hal_sysinfo.h... lapack/trtri.c:135:3: warning: misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation] 135 | if (args.nthreads == 1) { | ^ -
zspmv.c:117:79: warning: absolute value function 'abs' given an argument of type 'blasint' (aka 'long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 117 | if ((beta_r != ONE) || (beta_i != ZERO)) SCAL_K(n, 0, 0, beta_r, beta_i, c, abs(incy), NULL, 0, NULL, 0); | ^ -
zsymv.c:107:79: warning: absolute value function 'abs' given an argument of type 'blasint' (aka 'long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 107 | if ((beta_r != ONE) || (beta_i != ZERO)) SCAL_K(n, 0, 0, beta_r, beta_i, c, abs(incy), NULL, 0, NULL, 0); | ^ -
xerbla.c:16:69: warning: format specifies type 'int' but the argument has type 'blasint' (aka 'long') [-Wformat] 16 | fprintf(stderr, "Parameter %d to routine %s was incorrect\n", p, rout); | ~~ ^ | %ld -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/third-party/benchmark/src/mutex.h:79:40: warning: mutex 'mut_' is still held at the end of function [-Wthread-safety-analysis] 79 | void lock() ACQUIRE() { mut_.lock(); } | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/third-party/benchmark/src/mutex.h:80:34: warning: releasing mutex 'mut_' that was not held [-Wthread-safety-analysis] 80 | void unlock() RELEASE() { mut_.unlock(); } | ^ -
toom_interpolate_5pts.c:70:19: warning: expression result unused [-Wunused-value] 70 | ASSERT_NOCARRY (mpn_divexact_by3 (v2, v2, kk1)); /* v2 <- v2 / 3 */ | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
toom_interpolate_8pts.c:163:18: warning: expression result unused [-Wunused-value] 163 | ASSERT_NOCARRY(mpn_divexact_by3 (r5, r5, 3 * n + 1)); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
mulmod_bknp1.c:335:21: warning: expression result unused [-Wunused-value] 335 | ASSERT_NOCARRY (mpn_divexact_by3 (tp, tp, n + 1)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/gmp-6.3.0/mpz/pprime_p.c:63:29: warning: operator '?:' has lower precedence than '&'; '&' will be evaluated first [-Wbitwise-conditional-parentheses] 63 | is_prime = n0 & (n0 > 1) ? isprime (n0) : n0 == 2; | ~~~~~~~~~~~~~ ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/gmp-6.3.0/gmpxx.h:2163:29: warning: identifier '_mpz' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 2163 | inline mpz_class operator"" _mpz(const char* s) | ~~~~~~~~~~~^~~~ | operator""_mpz -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/gmp-6.3.0/gmpxx.h:2168:29: warning: identifier '_mpq' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 2168 | inline mpq_class operator"" _mpq(const char* s) | ~~~~~~~~~~~^~~~ | operator""_mpq -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/gmp-6.3.0/gmpxx.h:2175:29: warning: identifier '_mpf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 2175 | inline mpf_class operator"" _mpf(const char* s) | ~~~~~~~~~~~^~~~ | operator""_mpf -
checking for math/floor... xerbla.c:71:13: warning: format specifies type 'int' but the argument has type 'blasint' (aka 'long') [-Wformat] 70 | printf(MSGFMT, | ~~~~~~ 71 | message, *info); | ^~~~~ -
checking format of floating-point type `long double'... blas_server.c:421:22: warning: comparison between pointer and integer ('blas_queue_t *' (aka 'struct blas_queue *') and 'int') [-Wpointer-integer-compare] 421 | while(!tscq || tscq == 0x1) { | ~~~~ ^ ~~~ -
dynamic_arm64.c:261:7: warning: unused variable 'implementer' [-Wunused-variable] 261 | int implementer, variant, part, arch, revision, midr_el1; | ^~~~~~~~~~~ -
dynamic_arm64.c:261:20: warning: unused variable 'variant' [-Wunused-variable] 261 | int implementer, variant, part, arch, revision, midr_el1; | ^~~~~~~ -
dynamic_arm64.c:261:29: warning: unused variable 'part' [-Wunused-variable] 261 | int implementer, variant, part, arch, revision, midr_el1; | ^~~~ -
dynamic_arm64.c:261:35: warning: unused variable 'arch' [-Wunused-variable] 261 | int implementer, variant, part, arch, revision, midr_el1; | ^~~~ -
dynamic_arm64.c:261:41: warning: unused variable 'revision' [-Wunused-variable] 261 | int implementer, variant, part, arch, revision, midr_el1; | ^~~~~~~~ -
dynamic_arm64.c:261:51: warning: unused variable 'midr_el1' [-Wunused-variable] 261 | int implementer, variant, part, arch, revision, midr_el1; | ^~~~~~~~ -
dynamic_arm64.c:262:8: warning: unused variable 'coremsg' [-Wunused-variable] 262 | char coremsg[128]; | ^~~~~~~ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/mpfr-4.2.2/src/vasprintf.c:1951:3: warning: result of comparison of constant 9223372036854775807 with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare] 1951 | INCR_TOTAL (np->ip_trailing_digits); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/../generic/trsm_kernel_LT.c:182:18: warning: variable 'jj' set but not used [-Wunused-but-set-variable] 182 | BLASLONG i, j, jj; | ^ -
../kernel/arm64/../generic/trsm_kernel_RN.c:182:18: warning: variable 'jj' set but not used [-Wunused-but-set-variable] 182 | BLASLONG i, j, jj; | ^ -
generic/trmm_ltcopy_16.c:48:52: warning: variable 'a16' set but not used [-Wunused-but-set-variable] 48 | FLOAT *a09, *a10, *a11, *a12, *a13, *a14, *a15, *a16; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/llvm/include/llvm/IR/ConstantFolder.h:31:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 31 | virtual void anchor(); | ^ -
generic/ztrmm_ltcopy_8.c:47:52: warning: variable 'a08' set but not used [-Wunused-but-set-variable] 47 | FLOAT *a01, *a02, *a03 ,*a04, *a05, *a06, *a07, *a08; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/mpfr-4.2.2/src/exp2m1.c:67:16: warning: variable 'nloop' set but not used [-Wunused-but-set-variable] 67 | int inexact, nloop; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/mpfr-4.2.2/src/exp10m1.c:62:16: warning: variable 'nloop' set but not used [-Wunused-but-set-variable] 62 | int inexact, nloop; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/llvm/lib/IR/Core.cpp:101:22: warning: cast from 'LLVMDiagnosticHandler' (aka 'void (*)(LLVMOpaqueDiagnosticInfo *, void *)') to 'DiagnosticHandler::DiagnosticHandlerTy' (aka 'void (*)(const DiagnosticInfo &, void *)') converts to incompatible function type [-Wcast-function-type-mismatch] 101 | LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | Handler), | ~~~~~~~~ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/llvm/lib/IR/Core.cpp:107:25: warning: cast from 'DiagnosticHandler::DiagnosticHandlerTy' (aka 'void (*)(const DiagnosticInfo &, void *)') to 'LLVMDiagnosticHandler' (aka 'void (*)(LLVMOpaqueDiagnosticInfo *, void *)') converts to incompatible function type [-Wcast-function-type-mismatch] 107 | return LLVM_EXTENSION reinterpret_cast<LLVMDiagnosticHandler>( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 108 | unwrap(C)->getDiagnosticHandlerCallBack()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/llvm/include/llvm/IR/NoFolder.h:36:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 36 | virtual void anchor(); | ^ -
../kernel/arm64/sasum_thunderx2t99.c:200:18: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] 200 | : [ASUM_] "=r" (asum) //%0 | ^ -
../kernel/arm64/casum_thunderx2t99.c:203:18: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] 203 | : [ASUM_] "=r" (asum) //%0 | ^ -
../kernel/arm64/trsm_kernel_LT_sve.c:159:18: warning: variable 'jj' set but not used [-Wunused-but-set-variable] 159 | BLASLONG i, j, jj; | ^ -
../kernel/arm64/trsm_kernel_RN_sve.c:159:18: warning: variable 'jj' set but not used [-Wunused-but-set-variable] 159 | BLASLONG i, j, jj; | ^ -
../kernel/arm64/sgemm_small_kernel_nn_sve.c:243:18: warning: unused variable 'pg_quad' [-Wunused-variable] 243 | const svbool_t pg_quad = svwhilelt_b32(0, 4); | ^~~~~~~ -
../kernel/arm64/sgemm_small_kernel_nt_sve.c:241:5: warning: unused variable 'b_offset1' [-Wunused-variable] 241 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_nt_sve.c:242:5: warning: unused variable 'b_offset2' [-Wunused-variable] 242 | CREATE_B_POINTER(2, 2); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_nt_sve.c:243:5: warning: unused variable 'b_offset3' [-Wunused-variable] 243 | CREATE_B_POINTER(3, 3); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_nt_sve.c:216:18: warning: unused variable 'pg_first' [-Wunused-variable] 216 | const svbool_t pg_first = svwhilelt_b32(0, 1); | ^~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tn_sve.c:212:18: warning: unused variable 'pg_quad' [-Wunused-variable] 212 | const svbool_t pg_quad = svwhilelt_b32(0, 4); | ^~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tn_sve.c:213:18: warning: unused variable 'pg_first' [-Wunused-variable] 213 | const svbool_t pg_first = svwhilelt_b32(0, 1); | ^~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:246:7: warning: unused variable 'b_offset1' [-Wunused-variable] 246 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:247:7: warning: unused variable 'b_offset2' [-Wunused-variable] 247 | CREATE_B_POINTER(2, 2); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:248:7: warning: unused variable 'b_offset3' [-Wunused-variable] 248 | CREATE_B_POINTER(3, 3); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:250:7: warning: unused variable 'b_offset5' [-Wunused-variable] 250 | CREATE_B_POINTER(5, 5); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:251:7: warning: unused variable 'b_offset6' [-Wunused-variable] 251 | CREATE_B_POINTER(6, 6); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:252:7: warning: unused variable 'b_offset7' [-Wunused-variable] 252 | CREATE_B_POINTER(7, 7); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:372:7: warning: unused variable 'b_offset1' [-Wunused-variable] 372 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:373:7: warning: unused variable 'b_offset2' [-Wunused-variable] 373 | CREATE_B_POINTER(2, 2); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:374:7: warning: unused variable 'b_offset3' [-Wunused-variable] 374 | CREATE_B_POINTER(3, 3); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:476:7: warning: unused variable 'b_offset1' [-Wunused-variable] 476 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:477:7: warning: unused variable 'b_offset2' [-Wunused-variable] 477 | CREATE_B_POINTER(2, 2); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:478:7: warning: unused variable 'b_offset3' [-Wunused-variable] 478 | CREATE_B_POINTER(3, 3); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:480:7: warning: unused variable 'b_offset5' [-Wunused-variable] 480 | CREATE_B_POINTER(5, 5); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:481:7: warning: unused variable 'b_offset6' [-Wunused-variable] 481 | CREATE_B_POINTER(6, 6); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:482:7: warning: unused variable 'b_offset7' [-Wunused-variable] 482 | CREATE_B_POINTER(7, 7); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:522:7: warning: unused variable 'b_offset1' [-Wunused-variable] 522 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:523:7: warning: unused variable 'b_offset2' [-Wunused-variable] 523 | CREATE_B_POINTER(2, 2); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:524:7: warning: unused variable 'b_offset3' [-Wunused-variable] 524 | CREATE_B_POINTER(3, 3); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:579:7: warning: unused variable 'b_offset1' [-Wunused-variable] 579 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:580:7: warning: unused variable 'b_offset2' [-Wunused-variable] 580 | CREATE_B_POINTER(2, 2); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:581:7: warning: unused variable 'b_offset3' [-Wunused-variable] 581 | CREATE_B_POINTER(3, 3); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:583:7: warning: unused variable 'b_offset5' [-Wunused-variable] 583 | CREATE_B_POINTER(5, 5); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:584:7: warning: unused variable 'b_offset6' [-Wunused-variable] 584 | CREATE_B_POINTER(6, 6); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:585:7: warning: unused variable 'b_offset7' [-Wunused-variable] 585 | CREATE_B_POINTER(7, 7); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:625:7: warning: unused variable 'b_offset1' [-Wunused-variable] 625 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:626:7: warning: unused variable 'b_offset2' [-Wunused-variable] 626 | CREATE_B_POINTER(2, 2); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:627:7: warning: unused variable 'b_offset3' [-Wunused-variable] 627 | CREATE_B_POINTER(3, 3); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:213:18: warning: unused variable 'pg_quad' [-Wunused-variable] 213 | const svbool_t pg_quad = svwhilelt_b32(0, 4); | ^~~~~~~ -
../kernel/arm64/sgemm_small_kernel_tt_sve.c:214:18: warning: unused variable 'pg_first' [-Wunused-variable] 214 | const svbool_t pg_first = svwhilelt_b32(0, 1); | ^~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_nn_sve.c:214:18: warning: unused variable 'pg_quad' [-Wunused-variable] 214 | const svbool_t pg_quad = svwhilelt_b64(0, 2); | ^~~~~~~ -
../kernel/arm64/dgemm_small_kernel_nt_sve.c:207:5: warning: unused variable 'b_offset1' [-Wunused-variable] 207 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_nt_sve.c:209:5: warning: unused variable 'b_offset3' [-Wunused-variable] 209 | CREATE_B_POINTER(3, 3); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_nt_sve.c:326:5: warning: unused variable 'b_offset1' [-Wunused-variable] 326 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_nt_sve.c:185:18: warning: unused variable 'pg_quad' [-Wunused-variable] 185 | const svbool_t pg_quad = svwhilelt_b64(0, 2); | ^~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tn_sve.c:202:18: warning: unused variable 'pg_quad' [-Wunused-variable] 202 | const svbool_t pg_quad = svwhilelt_b64(0, 2); | ^~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tn_sve.c:203:18: warning: unused variable 'pg_first' [-Wunused-variable] 203 | const svbool_t pg_first = svwhilelt_b64(0, 1); | ^~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:242:7: warning: unused variable 'b_offset1' [-Wunused-variable] 242 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:244:7: warning: unused variable 'b_offset3' [-Wunused-variable] 244 | CREATE_B_POINTER(3, 3); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:324:7: warning: unused variable 'b_offset1' [-Wunused-variable] 324 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:410:7: warning: unused variable 'b_offset1' [-Wunused-variable] 410 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:412:7: warning: unused variable 'b_offset3' [-Wunused-variable] 412 | CREATE_B_POINTER(3, 3); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:440:7: warning: unused variable 'b_offset1' [-Wunused-variable] 440 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:489:7: warning: unused variable 'b_offset1' [-Wunused-variable] 489 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:491:7: warning: unused variable 'b_offset3' [-Wunused-variable] 491 | CREATE_B_POINTER(3, 3); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:519:7: warning: unused variable 'b_offset1' [-Wunused-variable] 519 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:209:18: warning: unused variable 'pg_quad' [-Wunused-variable] 209 | const svbool_t pg_quad = svwhilelt_b64(0, 2); | ^~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:210:18: warning: unused variable 'pg_first' [-Wunused-variable] 210 | const svbool_t pg_first = svwhilelt_b64(0, 1); | ^~~~~~~~ -
checking whether clang -mmacosx-version-min=11.0 understands -c and -o together... ../kernel/arm64/sasum_thunderx2t99.c:200:18: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] 200 | : [ASUM_] "=r" (asum) //%0 | ^ -
checking for archiver @FILE support... ../kernel/arm64/../generic/trsm_kernel_LT.c:182:18: warning: variable 'jj' set but not used [-Wunused-but-set-variable] 182 | BLASLONG i, j, jj; | ^ -
checking command to parse nm output from clang -mmacosx-version-min=11.0 object... ../kernel/arm64/../generic/trsm_kernel_RN.c:182:18: warning: variable 'jj' set but not used [-Wunused-but-set-variable] 182 | BLASLONG i, j, jj; | ^ -
checking if clang -mmacosx-version-min=11.0 PIC flag -fno-common -DPIC works... generic/trmm_ltcopy_16.c:48:52: warning: variable 'a16' set but not used [-Wunused-but-set-variable] 48 | FLOAT *a09, *a10, *a11, *a12, *a13, *a14, *a15, *a16; | ^ -
checking for sys/param.h... ../kernel/arm64/../generic/trsm_kernel_LT.c:182:18: warning: variable 'jj' set but not used [-Wunused-but-set-variable] 182 | BLASLONG i, j, jj; | ^ -
checking for termios.h... ../kernel/arm64/../generic/trsm_kernel_RN.c:182:18: warning: variable 'jj' set but not used [-Wunused-but-set-variable] 182 | BLASLONG i, j, jj; | ^ -
checking if sigsetjmp is prototyped... ../kernel/arm64/../generic/trsm_kernel_LT.c:182:18: warning: variable 'jj' set but not used [-Wunused-but-set-variable] 182 | BLASLONG i, j, jj; | ^ -
checking if socket is compilable... ../kernel/arm64/../generic/trsm_kernel_RN.c:182:18: warning: variable 'jj' set but not used [-Wunused-but-set-variable] 182 | BLASLONG i, j, jj; | ^ -
checking if socketpair is prototyped... ../kernel/arm64/../generic/trsm_kernel_RN.c:182:18: warning: variable 'jj' set but not used [-Wunused-but-set-variable] 182 | BLASLONG i, j, jj; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/llvm/include/llvm/Analysis/TargetFolder.h:42:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 42 | virtual void anchor(); | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/llvm/include/llvm/Analysis/InstSimplifyFolder.h:38:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 38 | virtual void anchor(); | ^ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:324:7: warning: unused variable 'b_offset1' [-Wunused-variable]
-
../kernel/arm64/dgemm_small_kernel_tn_sve.c:203:18: warning: unused variable 'pg_first' [-Wunused-variable] 203 | const svbool_t pg_first = svwhilelt_b64(0, 1); | ^~~~~~~~ 324 | CREATE_B_POINTER(1, 1); | ^~~~~~~~~~~~~~~~~~~~~~ -
../kernel/arm64/dgemm_small_kernel_tt_sve.c:210:18: warning: unused variable 'pg_first' [-Wunused-variable] 210 | const svbool_t pg_[ 45%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o
-
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp:772:19: warning: variable 'SP' set but not used [-Wunused-but-set-variable] 772 | if (BasicBlock *SP = Succ->getSinglePredecessor()) { | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/llvm/lib/ExecutionEngine/ExecutionEngine.cpp:1059:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'GenericValue' [-Wnontrivial-memcall] 1059 | memcpy(Ptr, Val.IntVal.getRawData(), 10); | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/llvm/include/llvm/Transforms/Scalar/GVNExpression.h:449:16: warning: virtual method 'allocateIntOperands' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 449 | virtual void allocateIntOperands(BumpPtrAllocator &Allocator) { | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp:371:17: warning: variable 'OpSelOpr' set but not used [-Wunused-but-set-variable] 371 | if (auto *OpSelOpr = | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp:388:17: warning: variable 'OpSelHiOpr' set but not used [-Wunused-but-set-variable] 388 | if (auto *OpSelHiOpr = | ^ -
test_potrs.c:35:13: warning: unknown pragma ignored [-Wunknown-pragmas] 35 | #pragma GCC optimize("no-gcse") | ^ -
test_kernel_regress.c:27:15: warning: variable 'info' set but not used [-Wunused-but-set-variable] 27 | int i, j, info; | ^ -
test_extensions/xerbla.c:56:85: warning: format specifies type 'int' but the argument has type 'blasint' (aka 'long') [-Wformat] 56 | printf("***** XERBLA WAS CALLED WITH INFO = %d INSTEAD OF %d in %s *******\n",info, _info, srname); | ~~ ^~~~ | %ld -
test_extensions/test_sgemmt.c:80:2: warning: misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation] 80 | if (order == CblasRowMajor) { | ^ -
test_extensions/test_dgemmt.c:81:2: warning: misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation] 81 | if (order == CblasRowMajor) { | ^ -
c_dblas1.c:59:40: warning: passing 'const double *' to parameter of type 'double *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 59 | cblas_drotm(*N, X, *incX, Y, *incY, dparam); | ^~~~~~ -
c_s2chke.c:21:87: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 21 | printf("***** ILLEGAL VALUE OF PARAMETER NUMBER %d NOT DETECTED BY %s *****\n", cblas_info, cblas_rout); | ~~ ^~~~~~~~~~ | %ld -
c_xerbla.c:81:85: warning: format specifies type 'int' but the argument has type 'blasint' (aka 'long') [-Wformat] 81 | printf("***** XERBLA WAS CALLED WITH INFO = %d INSTEAD OF %d in %s *******\n",info, cblas_info, rout); | ~~ ^~~~ | %ld -
c_xerbla.c:81:91: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 81 | printf("***** XERBLA WAS CALLED WITH INFO = %d INSTEAD OF %d in %s *******\n",info, cblas_info, rout); | ~~ ^~~~~~~~~~ | %ld -
c_d2chke.c:21:87: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 21 | printf("***** ILLEGAL VALUE OF PARAMETER NUMBER %d NOT DETECTED BY %s *****\n", cblas_info, cblas_rout); | ~~ ^~~~~~~~~~ | %ld -
c_c2chke.c:21:87: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 21 | printf("***** ILLEGAL VALUE OF PARAMETER NUMBER %d NOT DETECTED BY %s *****\n", cblas_info, cblas_rout); | ~~ ^~~~~~~~~~ | %ld -
c_z2chke.c:21:87: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 21 | printf("***** ILLEGAL VALUE OF PARAMETER NUMBER %d NOT DETECTED BY %s *****\n", cblas_info, cblas_rout); | ~~ ^~~~~~~~~~ | %ld -
c_s3chke.c:21:87: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 21 | printf("***** ILLEGAL VALUE OF PARAMETER NUMBER %d NOT DETECTED BY %s *****\n", cblas_info, cblas_rout); | ~~ ^~~~~~~~~~ | %ld -
c_d3chke.c:21:87: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 21 | printf("***** ILLEGAL VALUE OF PARAMETER NUMBER %d NOT DETECTED BY %s *****\n", cblas_info, cblas_rout); | ~~ ^~~~~~~~~~ | %ld -
c_c3chke.c:21:87: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 21 | printf("***** ILLEGAL VALUE OF PARAMETER NUMBER %d NOT DETECTED BY %s *****\n", cblas_info, cblas_rout); | ~~ ^~~~~~~~~~ | %ld -
c_z3chke.c:21:87: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 21 | printf("***** ILLEGAL VALUE OF PARAMETER NUMBER %d NOT DETECTED BY %s *****\n", cblas_info, cblas_rout); | ~~ ^~~~~~~~~~ | %ld -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/lld/ELF/Symbols.h:89:36: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'lld::elf::Symbol' [-Wnontrivial-memcall] 89 | Symbol(const Symbol &o) { memcpy(this, &o, sizeof(o)); } | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/lld/ELF/Arch/ARM.cpp:1121:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'Defined' [-Wnontrivial-memcall] 1121 | memset(sym, 0, sizeof(Symbol)); | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/lld/ELF/SymbolTable.cpp:61:10: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'Symbol' [-Wnontrivial-memcall] 61 | memcpy(real, sym, sizeof(SymbolUnion)); | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/deps/srccache/llvm-julia-18.1.7-4/lld/ELF/SymbolTable.cpp:92:10: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'Symbol' [-Wnontrivial-memcall] 92 | memset(sym, 0, sizeof(Symbol)); | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/support/utf8.c:515:20: warning: identifier 'wchar_t' conflicts with a C++ keyword [-Wc++-keyword] 515 | printf("%ls", (wchar_t*)wcs); | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jltypes.c:611:48: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 611 | if (!jl_egal(jl_tparam(tt, j), t)) goto outer_loop; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/gf.c:4127:5: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 4127 | LOOP_BODY(3); | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/gf.c:4126:5: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 4126 | LOOP_BODY(2); | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/gf.c:4125:5: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 4125 | LOOP_BODY(1); | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/gf.c:4124:5: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 4124 | LOOP_BODY(0); | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/builtins.c:2238:17: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 2238 | goto have_type; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/builtins.c:2320:9: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 2320 | goto no; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/interpreter.c:788:5: warning: implicit conversion when assigning to 'interpreter_state *' from type 'void *' is not permitted in C++ [-Wimplicit-void-ptr-cast] 788 | JL_GC_PUSHFRAME(s, locals, nroots); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/interpreter.c:851:5: warning: implicit conversion when assigning to 'interpreter_state *' from type 'void *' is not permitted in C++ [-Wimplicit-void-ptr-cast] 851 | JL_GC_PUSHFRAME(s, locals, nroots); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/interpreter.c:888:5: warning: implicit conversion when assigning to 'interpreter_state *' from type 'void *' is not permitted in C++ [-Wimplicit-void-ptr-cast] 888 | JL_GC_PUSHFRAME(s, s->locals, nroots); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/interpreter.c:910:5: warning: implicit conversion when assigning to 'interpreter_state *' from type 'void *' is not permitted in C++ [-Wimplicit-void-ptr-cast] 910 | JL_GC_PUSHFRAME(s, locals, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/staticdata.c:3742:9: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 3742 | goto add_backedge; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/staticdata.c:3736:13: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 3736 | goto invalidated; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:73:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 73 | default: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:1017:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 1017 | default: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:1009:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 1009 | case opt_task_metrics: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:997:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 997 | case opt_trim: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:990:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 990 | case opt_timeout_for_safepoint_straggler: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:982:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 982 | case opt_permalloc_pkgimg: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:966:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 966 | case opt_gc_threads: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:959:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 959 | case opt_heap_size_hint: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:956:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 956 | case opt_strip_ir: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:953:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 953 | case opt_strip_metadata: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:950:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 950 | case opt_rr_detach: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:947:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 947 | case opt_image_codegen: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:939:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 939 | case opt_handle_signals: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:934:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 934 | case opt_bind_to: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:926:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 926 | case opt_worker: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:916:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 916 | case opt_math_mode: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:911:10: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 911 | case opt_trace_dispatch: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:908:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 908 | case opt_trace_compile_timing: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:903:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 903 | case opt_trace_compile: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:894:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 894 | case opt_polly: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:885:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 885 | case opt_inline: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:877:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 877 | case opt_warn_scope: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:869:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 869 | case opt_warn_overwrite: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:859:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 859 | case opt_depwarn: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:851:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 851 | case opt_incremental: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:847:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 847 | case opt_output_ji: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:843:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 843 | case opt_output_asm: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:839:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 839 | case opt_output_o: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:835:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 835 | case opt_output_unopt_bc: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:831:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 831 | case opt_output_bc: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:821:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 821 | case opt_check_bounds: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:818:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 818 | case 'i': // isinteractive | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:800:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 800 | case opt_optlevel_min: // minimum module optimize level | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:782:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 782 | case 'O': // optimize | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:762:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 762 | case opt_track_allocation: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:736:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 736 | case opt_code_coverage: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:724:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 724 | case opt_compile: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:716:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 716 | case opt_startup_file: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:708:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 708 | case opt_history_file: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:698:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 698 | case opt_color: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:695:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 695 | case opt_project: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:690:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 690 | case opt_machine_file: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/jloptions.c:678:9: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 678 | case 'p': // procs | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/signal-handling.c:240:9: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 240 | goto collect_backtrace; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/subtype.c:1110:21: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 1110 | goto constrain_length; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:946:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 946 | default: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:941:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 941 | case TAG_STRING: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:933:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 933 | case TAG_PTRTY: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:925:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 925 | case TAG_VECTORTY: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:923:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 923 | case TAG_BASE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:921:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 921 | case TAG_CORE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:919:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 919 | case TAG_SINGLETON: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:917:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 917 | case TAG_GLOBALREF: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:914:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 914 | case TAG_NEARBYMODULE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:905:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 905 | case TAG_NEARBYGLOBAL: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:903:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 903 | case TAG_UINT8: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:900:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 900 | case TAG_INT32: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:897:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 897 | case TAG_SHORT_INT32: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:894:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 894 | case TAG_INT64: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:891:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 891 | case TAG_SHORT_INT64: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:888:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 888 | case TAG_SHORTER_INT64: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:880:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 880 | case TAG_RETURNNODE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:872:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 872 | case TAG_ARGUMENT: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:863:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 863 | case TAG_ENTERNODE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:854:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 854 | case TAG_GOTOIFNOT: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:846:40: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 846 | case TAG_GOTONODE: JL_FALLTHROUGH; case TAG_QUOTENODE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:846:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 846 | case TAG_GOTONODE: JL_FALLTHROUGH; case TAG_QUOTENODE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:844:40: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 844 | case TAG_PHICNODE: JL_FALLTHROUGH; case TAG_LONG_PHICNODE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:844:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 844 | case TAG_PHICNODE: JL_FALLTHROUGH; case TAG_LONG_PHICNODE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:842:39: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 842 | case TAG_PHINODE: JL_FALLTHROUGH; case TAG_LONG_PHINODE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:842:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 842 | case TAG_PHINODE: JL_FALLTHROUGH; case TAG_LONG_PHINODE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:840:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 840 | case TAG_CALL2: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:839:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 839 | case TAG_CALL1: JL_FALLTHROUGH; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:838:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 838 | case TAG_LONG_EXPR: JL_FALLTHROUGH; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:837:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 837 | case TAG_EXPR: JL_FALLTHROUGH; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:833:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 833 | case TAG_MEMORYT: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:831:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 831 | case TAG_ARRAY1D: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:828:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 828 | case TAG_SLOTNUMBER: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:825:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 825 | case TAG_LONG_SSAVALUE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:822:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 822 | case TAG_NEARBYSSAVALUE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:819:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 819 | case TAG_SSAVALUE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:817:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 817 | case TAG_COMMONSYM: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:815:36: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 815 | case TAG_SVEC: JL_FALLTHROUGH; case TAG_LONG_SVEC: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:815:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 815 | case TAG_SVEC: JL_FALLTHROUGH; case TAG_LONG_SVEC: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:813:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 813 | case TAG_LONG_EDGE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:811:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 811 | case TAG_EDGE: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:809:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 809 | case TAG_LONG_METHODROOT: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/ircode.c:807:5: warning: jump from switch statement to this case label is incompatible with C++ [-Wjump-misses-init] 807 | case TAG_METHODROOT: | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/gc-stock.c:4006:13: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 4006 | goto valid_object; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/gc-pages.c:139:9: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 139 | goto exit; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/gc-pages.c:130:9: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 130 | goto exit; | ^ -
/nix/var/nix/builds/nix-29297-2058459093/julia-1.12.6/src/gc-pages.c:122:9: warning: jump from this goto statement to its label is incompatible with C++ [-Wjump-misses-init] 122 | goto exit; | ^