Snippets for bochs 3.0 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/vq2b5hp975j45dp9qcpzj2j0llcpwdyy-bochs-3.0.drv.
-
hdimage.cc:315:3: 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] 315 | sprintf(lockfn, "%s.lock", pathname); | ^ -
hdimage.cc:356:3: 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] 356 | sprintf(lockfn, "%s.lock", pathname); | ^ -
hdimage.cc:492:3: 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] 492 | sprintf(path, "%s/%s", SIM->get_param_string(BXPN_RESTORE_PATH)->getptr(), imgname); | ^ -
hdimage.cc:506: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] 506 | sprintf(path, "%s/%s", SIM->get_param_string(BXPN_RESTORE_PATH)->getptr(), imgname); | ^ -
hdimage.cc:927: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] 927 | sprintf(tempfn, "%s%d", backup_fname, index); | ^ -
hdimage.cc:942: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] 942 | sprintf(tempfn, "%s%d", backup_fname, index); | ^ -
usb_common.cc:855: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] 855 | sprintf(temp_str, "%02X-", data[i]); | ^ -
usb_common.cc:857: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] 857 | sprintf(temp_str, "%02X ", data[i]); | ^ -
devices.cc:373: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] 373 | sprintf(devname, "pci.slot.%d", i+1); | ^ -
hdimage.cc:1745:3: 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] 1745 | sprintf(lockfn, "%s.lock", filename); | ^ -
hdimage.cc:2302: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] 2302 | sprintf(buffer, "%02d.%02d.%04d %02d:%02d:%02d", (timestamp2 >> 16) & 0x001f, | ^ -
hdimage.cc:2370: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] 2370 | sprintf(redolog_name, "%s%s", pathname, UNDOABLE_REDOLOG_EXTENSION); | ^ -
devices.cc:1107: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] 1107 | sprintf(pname, "ata.%d.resources.enabled", i); | ^ -
devices.cc:1387: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] 1387 | sprintf(devname, "pci.slot.%d", i+1); | ^ -
devices.cc:1404:11: 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] 1404 | sprintf(devname, "pci.slot.%d", i+1); | ^ -
hdimage.cc:2529:3: 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] 2529 | sprintf(redolog_temp, "%s%s", redolog_name, VOLATILE_REDOLOG_EXTENSION); | ^ -
init.cc:55:3: 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] 55 | sprintf(name, "CPU%x", bx_cpuid); | ^ -
init.cc:56:3: 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] 56 | sprintf(logname, "cpu%x", bx_cpuid); | ^ -
dbg_main.cc:278: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] 278 | sprintf(cpu_param_name, "cpu%d", (int)cpu); | ^ -
dbg_main.cc:369: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] 369 | sprintf(prompt, "<bochs:%u> ", bx_infile_stack[bx_infile_stack_index].lineno); | ^ -
dbg_main.cc:836: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] 836 | sprintf(param_name, "SSE.xmm%02d_1", i); | ^ -
dbg_main.cc:838: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] 838 | sprintf(param_name, "SSE.xmm%02d_0", i); | ^ -
dbg_main.cc:875: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] 875 | sprintf(param_name, "SSE.xmm%02u_%d", i, j*2+1); | ^ -
dbg_main.cc:877: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] 877 | sprintf(param_name, "SSE.xmm%02u_%d", i, j*2); | ^ -
dbg_main.cc:894: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] 894 | sprintf(param_name, "OPMASK.k%u", i); | ^ -
dbg_main.cc:982: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] 982 | sprintf(param_name, "FPU.st%d.fraction", i); | ^ -
dbg_main.cc:1594:3: 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] 1594 | sprintf(cpu_param_name, "ITLB.entry%d", index); | ^ -
dbg_main.cc:1598:3: 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] 1598 | sprintf(cpu_param_name, "DTLB.entry%d", index); | ^ -
usb_uhci.cc:116: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] 116 | sprintf(pname, "port%d.device", i+1); | ^ -
usb_uhci.cc:118: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] 118 | sprintf(pname, "port%d.options", i+1); | ^ -
usb_uhci.cc:120: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] 120 | sprintf(pname, "port%d.over_current", i+1); | ^ -
usb_uhci.cc:175: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] 175 | sprintf(pname, "port%d", i+1); | ^ -
usb_uhci.cc:207: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] 207 | sprintf(pname, "port%d", i+1); | ^ -
usb_uhci.cc:232: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] 232 | sprintf(pname, "usb_uhci.hub.port%d.device", port+1); | ^ -
usb_uhci.cc:266: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] 266 | sprintf(pname, "port%d", i + 1); | ^ -
usb_ohci.cc:115: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] 115 | sprintf(pname, "port%d.device", i+1); | ^ -
usb_ohci.cc:117: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] 117 | sprintf(pname, "port%d.options", i+1); | ^ -
usb_ohci.cc:119: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] 119 | sprintf(pname, "port%d.over_current", i+1); | ^ -
usb_ohci.cc:160: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] 160 | sprintf(pname, "port%d", i+1); | ^ -
usb_ohci.cc:195: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] 195 | sprintf(pname, "port%d", i+1); | ^ -
usb_ohci.cc:220: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] 220 | sprintf(pname, "usb_ohci.hub.port%d.device", port+1); | ^ -
usb_ohci.cc:256: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] 256 | sprintf(pname, "port%d", i + 1); | ^ -
virt_timer.cc:394: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] 394 | sprintf(name, "%u", i); | ^ -
virt_timer.cc:405: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] 405 | sprintf(name, "%u", i); | ^ -
cdrom.cc:39:3: 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] 39 | sprintf(prefix, "CD%d", ++bx_cdrom_count); | ^ -
usb_ehci.cc:218: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] 218 | sprintf(pname, "port%d.device", i+1); | ^ -
usb_ehci.cc:220: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] 220 | sprintf(pname, "port%d.options", i+1); | ^ -
usb_ehci.cc:222: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] 222 | sprintf(pname, "port%d.over_current", i+1); | ^ -
usb_ehci.cc:281: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] 281 | sprintf(lfname, "usb_uchi%d", i); | ^ -
usb_ehci.cc:282: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] 282 | sprintf(pname, "UHCI%d", i); | ^ -
usb_ehci.cc:302: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] 302 | sprintf(lfname, "usb_ochi%d", i); | ^ -
usb_ehci.cc:303: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] 303 | sprintf(pname, "OHCI%d", i); | ^ -
usb_ehci.cc:329: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] 329 | sprintf(pname, "port%d", i+1); | ^ -
usb_ehci.cc:466: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] 466 | sprintf(tmpname, "port%d", i+1); | ^ -
usb_ehci.cc:490: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] 490 | sprintf(tmpname, "uhci%d", i); | ^ -
usb_ehci.cc:495: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] 495 | sprintf(tmpname, "ohci%d", i); | ^ -
usb_ehci.cc:549: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] 549 | sprintf(pname, "port%d", i+1); | ^ -
usb_ehci.cc:600: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] 600 | sprintf(pname, "usb_ehci.hub.port%d.device", port+1); | ^ -
usb_ehci.cc:758: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] 758 | sprintf(strstr, " %02X", (Bit8u) (r & 0xF)); | ^ -
usb_ehci.cc:2459: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] 2459 | sprintf(pname, "port%d", i + 1); | ^ -
cdrom_osx.cc:109:16: warning: 'IOMasterPort' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] 109 | kernResult = IOMasterPort(bootstrap_port, masterPort); | ^~~~~~~~~~~~ | kIOMainPortDefault -
cdrom_osx.cc:129:55: warning: comparison between NULL and non-pointer ('io_iterator_t' (aka 'unsigned int') and NULL) [-Wnull-arithmetic] 129 | if ((kernResult != KERN_SUCCESS) || (*mediaIterator == NULL)) | ~~~~~~~~~~~~~~ ^ ~~~~ -
cdrom_osx.cc:141:17: warning: comparison between NULL and non-pointer ('io_object_t' (aka 'unsigned int') and NULL) [-Wnull-arithmetic] 141 | if (nextMedia == NULL) | ~~~~~~~~~ ^ ~~~~ -
cdrom_osx.cc:196:7: warning: 'IOMasterPort' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] 196 | if (IOMasterPort(bootstrap_port, &port) != KERN_SUCCESS) { | ^~~~~~~~~~~~ | kIOMainPortDefault -
cdrom_osx.cc:226:15: warning: comparison between NULL and non-pointer ('io_registry_entry_t' (aka 'unsigned int') and NULL) [-Wnull-arithmetic] 226 | if (service == NULL) { | ~~~~~~~ ^ ~~~~ -
cdrom_osx.cc:286:30: warning: implicit conversion of NULL constant to 'mach_port_t' (aka 'unsigned int') [-Wnull-conversion] 286 | mach_port_t masterPort = NULL; | ~~~~~~~~~~ ^~~~ | 0 -
init.cc:297:3: 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] 297 | sprintf(name, "cpu%d", BX_CPU_ID); | ^ -
init.cc:302: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] 302 | sprintf(name, "ia_extensions_bitmask_%u", n); | ^ -
init.cc:548: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] 548 | sprintf(name, "msr_0x%03x", n); | ^ -
init.cc:583: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] 583 | sprintf(name, "st%d", n); | ^ -
init.cc:597: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] 597 | sprintf(name, "xmm%02d_%d", n, j); | ^ -
init.cc:606: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] 606 | sprintf(name, "k%d", n); | ^ -
init.cc:664: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] 664 | sprintf(name, "entry%u", n); | ^ -
init.cc:683: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] 683 | sprintf(name, "entry%u", n); | ^ -
vbox.cc:232:92: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat] 232 | BX_ERROR(("vbox disk image read failed on %u bytes at " FMT_LL "d", (unsigned)count, current_offset)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
vbox.cc:256:93: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat] 256 | BX_ERROR(("vbox disk image write failed on %u bytes at " FMT_LL "d", (unsigned)count, current_offset)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
vbox.cc:392:86: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat] 392 | BX_DEBUG(("reading block index %d (%d) " FMT_LL "d", index, dtoh32(mtlb[index]), offset)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
vbox.cc:418:84: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat] 418 | BX_DEBUG(("writing block index %d (%d) " FMT_LL "d", index, dtoh32(mtlb[index]), offset)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
vmware3.cc:224: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] 224 | sprintf(chainstr, "-%02u", chain + 1); | ^ -
vmware3.cc:589: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] 589 | sprintf(tempfn, "%s%d", backup_fname, i); | ^ -
vmware3.cc:618: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] 618 | sprintf(tempfn, "%s%d", backup_fname, i); | ^ -
serial.cc:88: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] 88 | sprintf(name, "%d", i+1); | ^ -
serial.cc:89: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] 89 | sprintf(label, "Serial Port %d", i+1); | ^ -
serial.cc:92: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] 92 | sprintf(label, "Enable serial port #%d (COM%d)", i+1, i+1); | ^ -
serial.cc:93: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] 93 | sprintf(descr, "Controls whether COM%d is installed or not", i+1); | ^ -
serial.cc:96: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] 96 | sprintf(label, "I/O mode of the serial device for COM%d", i+1); | ^ -
serial.cc:101: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] 101 | sprintf(label, "Pathname of the serial device for COM%d", i+1); | ^ -
serial.cc:128: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] 128 | sprintf(tmpname, "ports.serial.%d", idx); | ^ -
serial.cc:146: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] 146 | sprintf(port, "ports.serial.%d", i+1); | ^ -
serial.cc:148: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] 148 | sprintf(port, "com%d", i+1); | ^ -
serial.cc:203: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] 203 | sprintf(pname, "ports.serial.%d", i+1);clang++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -fpascal-strings -fno-common -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -fpascal-strings -fno-common -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/SDL2 -I/nix/store/dj7719q7dd9wqqlm0w976sv3pyxa3aq9-sdl2-compat-2.32.70-dev/include/SDL2 -I/nix/store/dj7719q7dd9wqqlm0w976sv3pyxa3aq9-sdl2-compat-2.32.70-dev/include/SDL2 -D_THREAD_SAFE usb_xhci.cc -o usb_xhci.o
-
serial.cc:274: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] 274 | sprintf(pname, "ports.serial.%d", i+1); | ^ -
serial.cc:277: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] 277 | sprintf(name, "Serial Port %d", i + 1); | ^ -
serial.cc:617: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] 617 | sprintf(name, "%u", i); | ^ -
vmware4.cc:183:95: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat] 183 | BX_DEBUG(("vmware4 disk image read failed on %u bytes at " FMT_LL "d", (unsigned)count, current_offset)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
vmware4.cc:205:96: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat] 205 | BX_DEBUG(("vmware4 disk image write failed on %u bytes at " FMT_LL "d", (unsigned)count, current_offset)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
usb_xhci.cc:231: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] 231 | sprintf(pname, "port%d.device", i+1); | ^ -
usb_xhci.cc:233: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] 233 | sprintf(pname, "port%d.options", i+1); | ^ -
usb_xhci.cc:235: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] 235 | sprintf(pname, "port%d.over_current", i+1); | ^ -
usb_xhci.cc:337: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] 337 | sprintf(pname, "port%d", i+1); | ^ -
usb_xhci.cc:653: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] 653 | sprintf(pname, "port%d", i+1); | ^ -
usb_xhci.cc:954: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] 954 | sprintf(tmpname, "port%d", i+1); | ^ -
usb_xhci.cc:1010: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] 1010 | sprintf(tmpname, "interrupter%d", i+1); | ^ -
usb_xhci.cc:1028: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] 1028 | sprintf(tmpname, "slot%d", i); | ^ -
usb_xhci.cc:1048: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] 1048 | sprintf(tmpname, "%d", j); | ^ -
usb_xhci.cc:1071: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] 1071 | sprintf(tmpname, "%d", k); | ^ -
usb_xhci.cc:1086: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] 1086 | sprintf(tmpname, "ring%d", i); | ^ -
usb_xhci.cc:1094: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] 1094 | sprintf(tmpname, "entry%d", j); | ^ -
usb_xhci.cc:1123: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] 1123 | sprintf(pname, "usb_xhci.hub.port%d.device", port+1); | ^ -
usb_xhci.cc:3695: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] 3695 | sprintf(pname, "port%d", i + 1); | ^ -
vvfat.cc:1040: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] 1040 | sprintf(size_txt, "%d", (sector_count >> 11)); | ^ -
vvfat.cc:1163:3: 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] 1163 | sprintf(path, "%s/%s", vvfat_path, VVFAT_ATTR); | ^ -
vvfat.cc:1183:11: 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] 1183 | sprintf(fpath, "%s/%s", vvfat_path, path); | ^ -
vvfat.cc:1264: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] 1264 | sprintf(ftype, "FAT%d ", fat_type); | ^ -
vvfat.cc:1402:3: 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] 1402 | sprintf(redolog_temp, "%s%s", logname, VOLATILE_REDOLOG_EXTENSION); | ^ -
vvfat.cc:1656: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] 1656 | sprintf(full_path, "%s/%s", path, filename); | ^ -
vvfat.cc:1756:3: 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] 1756 | sprintf(path, "%s/%s", vvfat_path, VVFAT_ATTR); | ^ -
vvfat.cc:1783: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] 1783 | sprintf(msg, "Write back changes to directory '%s'?\n\nWARNING: This feature is still experimental!", vvfat_path); | ^ -
parallel.cc:48: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] 48 | sprintf(name, "%d", i+1); | ^ -
parallel.cc:49: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] 49 | sprintf(label, "Parallel Port %d", i+1); | ^ -
parallel.cc:52: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] 52 | sprintf(label, "Enable parallel port #%d", i+1); | ^ -
parallel.cc:53: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] 53 | sprintf(descr, "Controls whether parallel port #%d is installed or not", i+1); | ^ -
parallel.cc:56: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] 56 | sprintf(label, "Parallel port #%d output file", i+1); | ^ -
parallel.cc:57: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] 57 | sprintf(descr, "Data written to parport#%d by the guest OS is written to this file", i+1); | ^ -
parallel.cc:79: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] 79 | sprintf(tmpname, "ports.parallel.%d", idx); | ^ -
parallel.cc:97: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] 97 | sprintf(pname, "ports.parallel.%d", i+1); | ^ -
parallel.cc:99: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] 99 | sprintf(optname, "parport%d", i+1); | ^ -
parallel.cc:160: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] 160 | sprintf(pname, "ports.parallel.%d", i+1); | ^ -
parallel.cc:163: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] 163 | sprintf(name, "Parallel Port %d", i + 1); | ^ -
parallel.cc:222: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] 222 | sprintf(pname, "ports.parallel.%u", i+1); | ^ -
parallel.cc:225: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] 225 | sprintf(name, "%u", i); | ^ -
parallel.cc:416: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] 416 | sprintf(name, "Parallel Port %d", port+1); | ^ -
parallel.cc:423: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] 423 | sprintf(name, "Parallel Port %d", port+1); | ^ -
voodoo.cc:355: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] 355 | sprintf(name, "reg%d", i); | ^ -
voodoo.cc:412: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] 412 | sprintf(name, "%d", i); | ^ -
voodoo.cc:432: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] 432 | sprintf(name, "%d", i); | ^ -
voodoo.cc:448: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] 448 | sprintf(name, "%d", i); | ^ -
voodoo.cc:453: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] 453 | sprintf(name, "%d", i); | ^ -
voodoo.cc:459: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] 459 | sprintf(name, "%d", i); | ^ -
voodoo.cc:480: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] 480 | sprintf(name, "%d", j); | ^ -
voodoo.cc:489: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] 489 | sprintf(name, "%d", j); | ^ -
voodoo.cc:499: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] 499 | sprintf(name, "%d", k); | ^ -
voodoo.cc:509: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] 509 | sprintf(name, "%d", k); | ^ -
floppy.cc:205: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] 205 | sprintf(pname, "floppy.%d", i); | ^ -
floppy.cc:356: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] 356 | sprintf(pname, "floppy.%d", i); | ^ -
floppy.cc:478: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] 478 | sprintf(name, "drive%u", i); | ^ -
floppy.cc:509: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] 509 | sprintf(pname, "floppy.%u.status", drive); | ^ -
floppy.cc:1025:8: 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] 1025 | p += sprintf(p, "COMMAND: "); | ^ -
floppy.cc:1027: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] 1027 | p += sprintf(p, "[%02x] ", (unsigned) BX_FD_THIS s.command[i]); | ^ -
floppy.cc:2950:8: 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] 2950 | p += sprintf(p, "RESULT: "); | ^ -
floppy.cc:2952: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] 2952 | p += sprintf(p, "[%02x] ", (unsigned) BX_FD_THIS s.result[i]); | ^ -
vgacore.cc:352: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] 352 | sprintf(name, "%d", i); | ^ -
symbols.cc:253:43: warning: format specifies type 'unsigned int' but the argument has type 'bx_address' (aka 'unsigned long') [-Wformat] 253 | snprintf (buf, 80, "%s+%x", entr->name, (base+xip) - entr->start); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~ | %lx -
usb_hid.cc:1311: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] 1311 | sprintf(pname, "%u", i); | ^ -
usb_hub.cc:245:3: 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] 245 | sprintf(hub.serial_number, "%d", serial_number++); | ^ -
usb_hub.cc:252:3: 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] 252 | sprintf(pname, "exthub%u", ++hub_count); | ^ -
usb_hub.cc:253:3: 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] 253 | sprintf(label, "External Hub #%u Configuration", hub_count); | ^ -
usb_hub.cc:305: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] 305 | sprintf(pname, "port%d", i+1); | ^ -
usb_hub.cc:306: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] 306 | sprintf(label, "Port #%d Configuration", i+1); | ^ -
usb_hub.cc:330:3: 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] 330 | sprintf(hub.info_txt, "%d-port USB hub", hub.n_ports); | ^ -
usb_hub.cc:349: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] 349 | sprintf(portnum, "port%d", i+1); | ^ -
usb_hub.cc:726: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] 726 | sprintf(pname, "port%d.device", port+1); | ^ -
usb_hub.cc:852:11: 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] 852 | sprintf(pname, "port%d", i + 1); | ^ -
decoder/fetchdecode_opmap_0f38.cc:257:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 257 | /* 0F 38 00 */ { BxOpcodeTable0F3800 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:258:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 258 | /* 0F 38 01 */ { BxOpcodeTable0F3801 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:259:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 259 | /* 0F 38 02 */ { BxOpcodeTable0F3802 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:260:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 260 | /* 0F 38 03 */ { BxOpcodeTable0F3803 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:261:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 261 | /* 0F 38 04 */ { BxOpcodeTable0F3804 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:262:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 262 | /* 0F 38 05 */ { BxOpcodeTable0F3805 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:263:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 263 | /* 0F 38 06 */ { BxOpcodeTable0F3806 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:264:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 264 | /* 0F 38 07 */ { BxOpcodeTable0F3807 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:265:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 265 | /* 0F 38 08 */ { BxOpcodeTable0F3808 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:266:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 266 | /* 0F 38 09 */ { BxOpcodeTable0F3809 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:267:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 267 | /* 0F 38 0A */ { BxOpcodeTable0F380A }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:268:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 268 | /* 0F 38 0B */ { BxOpcodeTable0F380B }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:269:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 269 | /* 0F 38 0C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:270:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 270 | /* 0F 38 0D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:271:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 271 | /* 0F 38 0E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:272:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 272 | /* 0F 38 0F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:273:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 273 | /* 0F 38 10 */ { BxOpcodeTable0F3810 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:274:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 274 | /* 0F 38 11 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:275:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 275 | /* 0F 38 12 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:276:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 276 | /* 0F 38 13 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:277:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 277 | /* 0F 38 14 */ { BxOpcodeTable0F3814 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:278:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 278 | /* 0F 38 15 */ { BxOpcodeTable0F3815 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:279:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 279 | /* 0F 38 16 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:280:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 280 | /* 0F 38 17 */ { BxOpcodeTable0F3817 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:281:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 281 | /* 0F 38 18 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:282:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 282 | /* 0F 38 19 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:283:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 283 | /* 0F 38 1A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:284:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 284 | /* 0F 38 1B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:285:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 285 | /* 0F 38 1C */ { BxOpcodeTable0F381C }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:286:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 286 | /* 0F 38 1D */ { BxOpcodeTable0F381D }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:287:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 287 | /* 0F 38 1E */ { BxOpcodeTable0F381E }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:288:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 288 | /* 0F 38 1F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:289:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 289 | /* 0F 38 20 */ { BxOpcodeTable0F3820 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:290:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 290 | /* 0F 38 21 */ { BxOpcodeTable0F3821 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:291:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 291 | /* 0F 38 22 */ { BxOpcodeTable0F3822 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:292:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 292 | /* 0F 38 23 */ { BxOpcodeTable0F3823 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:293:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 293 | /* 0F 38 24 */ { BxOpcodeTable0F3824 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:294:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 294 | /* 0F 38 25 */ { BxOpcodeTable0F3825 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:295:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 295 | /* 0F 38 26 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:296:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 296 | /* 0F 38 27 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:297:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 297 | /* 0F 38 28 */ { BxOpcodeTable0F3828 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:298:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 298 | /* 0F 38 29 */ { BxOpcodeTable0F3829 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:299:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 299 | /* 0F 38 2A */ { BxOpcodeTable0F382A }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:300:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 300 | /* 0F 38 2B */ { BxOpcodeTable0F382B }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:301:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 301 | /* 0F 38 2C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:302:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 302 | /* 0F 38 2D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:303:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 303 | /* 0F 38 2E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:304:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 304 | /* 0F 38 2F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:305:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 305 | /* 0F 38 30 */ { BxOpcodeTable0F3830 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:306:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 306 | /* 0F 38 31 */ { BxOpcodeTable0F3831 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:307:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 307 | /* 0F 38 32 */ { BxOpcodeTable0F3832 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:308:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 308 | /* 0F 38 33 */ { BxOpcodeTable0F3833 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:309:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 309 | /* 0F 38 34 */ { BxOpcodeTable0F3834 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:310:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 310 | /* 0F 38 35 */ { BxOpcodeTable0F3835 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:311:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 311 | /* 0F 38 36 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:312:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 312 | /* 0F 38 37 */ { BxOpcodeTable0F3837 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:313:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 313 | /* 0F 38 38 */ { BxOpcodeTable0F3838 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:314:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 314 | /* 0F 38 39 */ { BxOpcodeTable0F3839 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:315:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 315 | /* 0F 38 3A */ { BxOpcodeTable0F383A }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:316:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 316 | /* 0F 38 3B */ { BxOpcodeTable0F383B }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:317:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 317 | /* 0F 38 3C */ { BxOpcodeTable0F383C }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:318:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 318 | /* 0F 38 3D */ { BxOpcodeTable0F383D }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:319:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 319 | /* 0F 38 3E */ { BxOpcodeTable0F383E }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:320:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 320 | /* 0F 38 3F */ { BxOpcodeTable0F383F }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:321:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 321 | /* 0F 38 40 */ { BxOpcodeTable0F3840 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:322:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 322 | /* 0F 38 41 */ { BxOpcodeTable0F3841 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:323:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 323 | /* 0F 38 42 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:324:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 324 | /* 0F 38 43 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:325:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 325 | /* 0F 38 44 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:326:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 326 | /* 0F 38 45 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:327:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 327 | /* 0F 38 46 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:328:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 328 | /* 0F 38 47 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:329:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 329 | /* 0F 38 48 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:330:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 330 | /* 0F 38 49 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:331:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 331 | /* 0F 38 4A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:332:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 332 | /* 0F 38 4B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:333:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 333 | /* 0F 38 4C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:334:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 334 | /* 0F 38 4D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:335:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 335 | /* 0F 38 4E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:336:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 336 | /* 0F 38 4F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:337:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 337 | /* 0F 38 50 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:338:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 338 | /* 0F 38 51 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:339:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 339 | /* 0F 38 52 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:340:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 340 | /* 0F 38 53 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:341:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 341 | /* 0F 38 54 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:342:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 342 | /* 0F 38 55 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:343:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 343 | /* 0F 38 56 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:344:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 344 | /* 0F 38 57 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:345:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 345 | /* 0F 38 58 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:346:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 346 | /* 0F 38 59 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:347:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 347 | /* 0F 38 5A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:348:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 348 | /* 0F 38 5B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:349:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 349 | /* 0F 38 5C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:350:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 350 | /* 0F 38 5D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:351:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 351 | /* 0F 38 5E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:352:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 352 | /* 0F 38 5F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:353:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 353 | /* 0F 38 60 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:354:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 354 | /* 0F 38 61 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:355:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 355 | /* 0F 38 62 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:356:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 356 | /* 0F 38 63 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:357:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 357 | /* 0F 38 64 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:358:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 358 | /* 0F 38 65 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:359:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 359 | /* 0F 38 66 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:360:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 360 | /* 0F 38 67 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:361:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 361 | /* 0F 38 68 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:362:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 362 | /* 0F 38 69 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:363:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 363 | /* 0F 38 6A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:364:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 364 | /* 0F 38 6B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:365:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 365 | /* 0F 38 6C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:366:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 366 | /* 0F 38 6D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:367:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 367 | /* 0F 38 6E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:368:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 368 | /* 0F 38 6F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:369:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 369 | /* 0F 38 70 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:370:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 370 | /* 0F 38 71 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:371:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 371 | /* 0F 38 72 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:372:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 372 | /* 0F 38 73 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:373:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 373 | /* 0F 38 74 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:374:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 374 | /* 0F 38 75 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:375:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 375 | /* 0F 38 76 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:376:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 376 | /* 0F 38 77 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:377:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 377 | /* 0F 38 78 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:378:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 378 | /* 0F 38 79 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:379:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 379 | /* 0F 38 7A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:380:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 380 | /* 0F 38 7B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:381:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 381 | /* 0F 38 7C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:382:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 382 | /* 0F 38 7D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:383:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 383 | /* 0F 38 7E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:384:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 384 | /* 0F 38 7F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:385:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 385 | /* 0F 38 80 */ { BxOpcodeTable0F3880 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:386:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 386 | /* 0F 38 81 */ { BxOpcodeTable0F3881 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:387:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 387 | /* 0F 38 82 */ { BxOpcodeTable0F3882 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:388:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 388 | /* 0F 38 83 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:389:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 389 | /* 0F 38 84 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:390:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 390 | /* 0F 38 85 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:391:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 391 | /* 0F 38 86 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:392:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 392 | /* 0F 38 87 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:393:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 393 | /* 0F 38 88 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:394:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 394 | /* 0F 38 89 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:395:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 395 | /* 0F 38 8A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:396:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 396 | /* 0F 38 8B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:397:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 397 | /* 0F 38 8C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:398:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 398 | /* 0F 38 8D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:399:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 399 | /* 0F 38 8E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:400:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 400 | /* 0F 38 8F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:401:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 401 | /* 0F 38 90 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:402:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 402 | /* 0F 38 91 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:403:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 403 | /* 0F 38 92 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:404:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 404 | /* 0F 38 93 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:405:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 405 | /* 0F 38 94 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:406:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 406 | /* 0F 38 95 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:407:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 407 | /* 0F 38 96 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:408:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 408 | /* 0F 38 97 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:409:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 409 | /* 0F 38 98 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:410:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 410 | /* 0F 38 99 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:411:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 411 | /* 0F 38 9A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:412:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 412 | /* 0F 38 9B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:413:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 413 | /* 0F 38 9C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:414:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 414 | /* 0F 38 9D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:415:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 415 | /* 0F 38 9E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:416:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 416 | /* 0F 38 9F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:417:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 417 | /* 0F 38 A0 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:418:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 418 | /* 0F 38 A1 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:419:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 419 | /* 0F 38 A2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:420:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 420 | /* 0F 38 A3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:421:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 421 | /* 0F 38 A4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:422:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 422 | /* 0F 38 A5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:423:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 423 | /* 0F 38 A6 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:424:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 424 | /* 0F 38 A7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:425:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 425 | /* 0F 38 A8 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:426:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 426 | /* 0F 38 A9 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:427:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 427 | /* 0F 38 AA */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:428:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 428 | /* 0F 38 AB */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:429:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 429 | /* 0F 38 AC */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:430:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 430 | /* 0F 38 AD */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:431:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 431 | /* 0F 38 AE */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:432:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 432 | /* 0F 38 AF */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:433:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 433 | /* 0F 38 B0 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:434:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 434 | /* 0F 38 B1 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:435:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 435 | /* 0F 38 B2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:436:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 436 | /* 0F 38 B3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:437:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 437 | /* 0F 38 B4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:438:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 438 | /* 0F 38 B5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:439:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 439 | /* 0F 38 B6 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:440:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 440 | /* 0F 38 B7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:441:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 441 | /* 0F 38 B8 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:442:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 442 | /* 0F 38 B9 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:443:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 443 | /* 0F 38 BA */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:444:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 444 | /* 0F 38 BB */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:445:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 445 | /* 0F 38 BC */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:446:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 446 | /* 0F 38 BD */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:447:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 447 | /* 0F 38 BE */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:448:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 448 | /* 0F 38 BF */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:449:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 449 | /* 0F 38 C0 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:450:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 450 | /* 0F 38 C1 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:451:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 451 | /* 0F 38 C2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:452:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 452 | /* 0F 38 C3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:453:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 453 | /* 0F 38 C4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:454:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 454 | /* 0F 38 C5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:455:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 455 | /* 0F 38 C6 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:456:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 456 | /* 0F 38 C7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:457:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 457 | /* 0F 38 C8 */ { BxOpcodeTable0F38C8 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:458:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 458 | /* 0F 38 C9 */ { BxOpcodeTable0F38C9 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:459:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 459 | /* 0F 38 CA */ { BxOpcodeTable0F38CA }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:460:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 460 | /* 0F 38 CB */ { BxOpcodeTable0F38CB }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:461:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 461 | /* 0F 38 CC */ { BxOpcodeTable0F38CC }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:462:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 462 | /* 0F 38 CD */ { BxOpcodeTable0F38CD }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:463:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 463 | /* 0F 38 CE */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:464:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 464 | /* 0F 38 CF */ { BxOpcodeTable0F38CF }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:465:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 465 | /* 0F 38 D0 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:466:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 466 | /* 0F 38 D1 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:467:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 467 | /* 0F 38 D2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:468:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 468 | /* 0F 38 D3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:469:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 469 | /* 0F 38 D4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:470:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 470 | /* 0F 38 D5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:471:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 471 | /* 0F 38 D6 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:472:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 472 | /* 0F 38 D7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:473:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 473 | /* 0F 38 D8 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:474:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 474 | /* 0F 38 D9 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:475:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 475 | /* 0F 38 DA */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:476:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 476 | /* 0F 38 DB */ { BxOpcodeTable0F38DB }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:477:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 477 | /* 0F 38 DC */ { BxOpcodeTable0F38DC }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:478:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 478 | /* 0F 38 DD */ { BxOpcodeTable0F38DD }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:479:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 479 | /* 0F 38 DE */ { BxOpcodeTable0F38DE }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:480:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 480 | /* 0F 38 DF */ { BxOpcodeTable0F38DF }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:481:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 481 | /* 0F 38 E0 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:482:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 482 | /* 0F 38 E1 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:483:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 483 | /* 0F 38 E2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:484:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 484 | /* 0F 38 E3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:485:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 485 | /* 0F 38 E4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:486:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 486 | /* 0F 38 E5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:487:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 487 | /* 0F 38 E6 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:488:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 488 | /* 0F 38 E7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:489:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 489 | /* 0F 38 E8 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:490:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 490 | /* 0F 38 E9 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:491:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 491 | /* 0F 38 EA */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:492:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 492 | /* 0F 38 EB */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:493:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 493 | /* 0F 38 EC */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:494:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 494 | /* 0F 38 ED */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:495:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 495 | /* 0F 38 EE */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:496:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 496 | /* 0F 38 EF */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:497:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 497 | /* 0F 38 F0 */ { BxOpcodeTable0F38F0 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:498:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 498 | /* 0F 38 F1 */ { BxOpcodeTable0F38F1 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:499:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 499 | /* 0F 38 F2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:500:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 500 | /* 0F 38 F3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:501:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 501 | /* 0F 38 F4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:505:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 505 | /* 0F 38 F5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:507:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 507 | /* 0F 38 F6 */ { BxOpcodeTable0F38F6 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:508:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 508 | /* 0F 38 F7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:509:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 509 | /* 0F 38 F8 */ { BxOpcodeTable0F38F8 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:510:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 510 | /* 0F 38 F9 */ { BxOpcodeTable0F38F9 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:511:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 511 | /* 0F 38 FA */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:512:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 512 | /* 0F 38 FB */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:513:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 513 | /* 0F 38 FC */ { BxOpcodeTable0F38FC }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:514:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 514 | /* 0F 38 FD */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:515:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 515 | /* 0F 38 FE */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f38.cc:516:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 516 | /* 0F 38 FF */ { BxOpcodeGroup_ERR } | ^~~~~~~~~~~~~~~~~~~~~ -
usb_msd.cc:551: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] 551 | sprintf(pname, "cdrom%u", ++usb_cdrom_count); | ^ -
usb_msd.cc:552: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] 552 | sprintf(label, "USB CD-ROM #%u Configuration", usb_cdrom_count); | ^ -
usb_msd.cc:713: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] 713 | sprintf(s.info_txt, "USB HD: path='%s', mode='%s', sect_size=%d", s.fname, | ^ -
usb_msd.cc:723: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] 723 | sprintf(s.info_txt, "USB CD: path='%s'", s.fname); | ^ -
usb_msd.cc:725: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] 725 | sprintf(s.info_txt, "USB CD: media not present"); | ^ -
./utctime.h:104:3: 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] 104 | sprintf(timestr,"%.3s %.3s %2d %2d:%02d:%02d %6d\n", wdaystr[((src->tm_wday>=0)&&(src->tm_wday<7))?src->tm_wday:7], monstr[((src->tm_mon>=0)&&(src->tm_mon<12))?src->tm_mon:12], ((Bit16u)src->tm_mday)%100, ((Bit16u)src->tm_hour)%100, ((Bit16u)src->tm_min)%100, ((Bit16u)src->tm_sec)%100, (Bit32s)src->tm_year+1900); //Set the string up using extra caution to protect against bogus values, since snprintf() might not be available | ^ -
usb_printer.cc:168:3: 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] 168 | sprintf(pname, "printer%u", ++usb_printer_clang -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -I. -I./. -fpascal-strings -fno-common -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -fpascal-strings -fno-common -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/SDL2 -I/nix/store/dj7719q7dd9wqqlm0w976sv3pyxa3aq9-sdl2-compat-2.32.70-dev/include/SDL2 -I/nix/store/dj7719q7dd9wqqlm0w976sv3pyxa3aq9-sdl2-compat-2.32.70-dev/include/SDL2 -D_THREAD_SAFE bx_lexer.c -o bx_lexer.o
-
usb_printer.cc:169:3: 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] 169 | sprintf(label, "USB Printer #%u Configuration", usb_printer_count); | ^ -
usb_printer.cc:212: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] 212 | sprintf(s.info_txt, "USB printer: file='%s'", s.fname); | ^ -
usb_printer.cc:387:11: 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(printer->s.info_txt, "USB printer: file='%s'", printer->s.fname); | ^ -
harddrv.cc:161: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] 161 | sprintf(ata_name, "ata.%d.%s", channel, (device==0)?"master":"slave"); | ^ -
harddrv.cc:184: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] 184 | sprintf(ata_name, "ata.%d.resources", channel); | ^ -
harddrv.cc:210: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] 210 | sprintf(string ,"ATA%d", channel); | ^ -
harddrv.cc:245: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] 245 | sprintf(ata_name, "ata.%d.%s", channel, (device==0)?"master":"slave"); | ^ -
harddrv.cc:295: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] 295 | sprintf(sbtext, "HD:%d-%s", channel, device?"S":"M"); | ^ -
harddrv.cc:369: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] 369 | sprintf(pname, "cdrom%d", BX_HD_THIS cdrom_count + 1); | ^ -
harddrv.cc:382: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] 382 | sprintf(sbtext, "CD:%d-%s", channel, device?"S":"M"); | ^ -
harddrv.cc:504: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] 504 | sprintf(ata_name, "ata.%d.%s", channel, (device==0)?"master":"slave"); | ^ -
harddrv.cc:583: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] 583 | sprintf(cname, "%u", i); | ^ -
harddrv.cc:587: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] 587 | sprintf(dname, "drive%u", j); | ^ -
harddrv.cc:734: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] 734 | sprintf(pname, "ata.%d.%s", channel, device ? "slave":"master"); | ^ -
usb_floppy.cc:358:3: 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] 358 | sprintf(pname, "floppy%u", ++usb_floppy_count); | ^ -
usb_floppy.cc:359:3: 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] 359 | sprintf(label, "USB floppy #%u Configuration", usb_floppy_count); | ^ -
harddrv.cc:1366:23: 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] 1366 | sprintf(ata_name, "ata.%d.%s", channel, BX_SLAVE_SELECTED(channel)?"slave":"master"); | ^ -
usb_floppy.cc:475: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] 475 | sprintf(s.info_txt, "USB floppy: path='%s', mode='%s'", s.fname, s.image_mode); | ^ -
usb_floppy.cc:477: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] 477 | sprintf(s.info_txt, "USB floppy: media not present"); | ^ -
misc_mem.cc:131: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] 131 | sprintf(path, "%s/%s", SIM->get_param_string(BXPN_RESTORE_PATH)->getptr(), imgname); | ^ -
misc_mem.cc:170: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] 170 | sprintf(path, "%s/%s", SIM->get_param_string(BXPN_RESTORE_PATH)->getptr(), imgname); | ^ -
harddrv.cc:3335:3: 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] 3335 | sprintf(ata_name, "ata.%d.%s", channel, (device==0)?"master":"slave"); | ^ -
misc_mem.cc:193: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] 193 | sprintf(param_name, "blk%d", blk); | ^ -
misc_mem.cc:200: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] 200 | sprintf(param_name, "%d_r", i); | ^ -
misc_mem.cc: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(param_name, "%d_w", i); | ^ -
keymap.cc:132: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] 132 | sprintf(keymap_file, "%s" DIRECTORY_SEPARATOR "keymaps" DIRECTORY_SEPARATOR "%s-pc-%s.map", | ^ -
keymap.cc:136: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] 136 | sprintf(prefix2, "%s-", prefix); | ^ -
uhci_core.cc:216: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] 216 | sprintf(portnum, "port%d", j+1); | ^ -
gui.cc:582: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] 582 | sprintf(msg, "Unsupported snapshot file format '%s'", ext); | ^ -
siminterface.cc:621: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] 621 | sprintf(logmsg, "%s %s\n", prefix, msg); | ^ -
siminterface.cc:677:3: 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] 677 | sprintf(format, "%s\n\n%s [%%s] ", title, prompt); | ^ -
siminterface.cc:811: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] 811 | sprintf(pname, "ata.%d.resources.enabled", channel); | ^ -
siminterface.cc:815: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] 815 | sprintf(pname, "ata.%d.%s.type", channel, (slave==0)?"master":"slave"); | ^ -
siminterface.cc:818: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] 818 | sprintf(pname, "ata.%d.%s", channel, (slave==0)?"master":"slave"); | ^ -
siminterface.cc:838: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] 838 | sprintf(devname, "pci.slot.%d", i+1); | ^ -
siminterface.cc:1161:3: 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] 1161 | sprintf(sr_file, "%s/config", checkpoint_path); | ^ -
siminterface.cc:1164:3: 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] 1164 | sprintf(sr_file, "%s/logopts", checkpoint_path); | ^ -
siminterface.cc:1185: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] 1185 | sprintf(sr_file, "%s/%s", checkpoint_path, sr_list->get(dev)->get_name()); | ^ -
siminterface.cc:1201:3: 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] 1201 | sprintf(config, "%s/config", get_param_string(BXPN_RESTORE_PATH)->getptr()); | ^ -
siminterface.cc:1219:3: 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] 1219 | sprintf(logopts, "%s/logopts", get_param_string(BXPN_RESTORE_PATH)->getptr()); | ^ -
siminterface.cc:1299:3: 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] 1299 | sprintf(devstate, "%s/%s", sr_path, restore_name); | ^ -
siminterface.cc:1340:23: 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] 1340 | sprintf(devdata, "%s/%s", sr_path, ptr); | ^ -
siminterface.cc:1367: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] 1367 | sprintf(devdata, "%s/%s", sr_path, ptr); | ^ -
siminterface.cc:1455: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] 1455 | sprintf(tmpstr, "%s/%s", sr_path, pname); | ^ -
siminterface.cc:1488: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] 1488 | sprintf(tmpstr, "%s/%s.%s", sr_path, node->get_parent()->get_name(), node->get_name()); | ^ -
siminterface.cc:1490: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] 1490 | sprintf(tmpstr, "%s.%s", node->get_parent()->get_name(), node->get_name()); | ^ -
ohci_core.cc:337: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] 337 | sprintf(portnum, "port%d", i+1); | ^ -
paramtree.cc:1057: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] 1057 | sprintf(tmpbyte, "%02x", (Bit8u)val[j]); | ^ -
dma.cc: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(name, "%u", i); | ^ -
dma.cc:209: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] 209 | sprintf(name, "%u", c); | ^ -
scsi_device.cc:61:3: 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] 61 | sprintf(path, "%s/%s", SIM->get_param_string(BXPN_RESTORE_PATH)->getptr(), fname); | ^ -
scsi_device.cc:75: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] 75 | sprintf(path, "%s/%s", SIM->get_param_string(BXPN_RESTORE_PATH)->getptr(), fname); | ^ -
scsi_device.cc:99:3: 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] 99 | sprintf(drive_serial_str, "%d", serial_number++); | ^ -
scsi_device.cc:126:3: 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] 126 | sprintf(drive_serial_str, "%d", serial_number++); | ^ -
scsi_device.cc:259:11: 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] 259 | sprintf(tmppath, "%s.%u", path, i); | ^ -
scsi_device.cc:306: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] 306 | sprintf(tmppath, "%s.%u", path, reqid); | ^ -
logio.cc:237: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] 237 | sprintf(tmpstr, "%s", prefix==NULL?"":prefix); | ^ -
logio.cc:240: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] 240 | sprintf(tmpstr, FMT_TICK, bx_pc_system.time_ticks()); | ^ -
logio.cc:248: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] 248 | sprintf(tmpstr, "%c", c); | ^ -
logio.cc:251: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] 251 | sprintf(tmpstr,"%%"); | ^ -
logio.cc:254: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] 254 | sprintf(tmpstr,"%%%c",*s); | ^ -
logio.cc:258: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] 258 | sprintf(tmpstr,"%c",*s); | ^ -
logio.cc:668: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] 668 | sprintf(exit_msg, "%s %s", prefix, tmpbuf); | ^ -
term.cc:59:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 59 | #if BX_DEBUGGER_TERM | ^ -
term.cc:184:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 184 | #if !BX_DEBUGGER_TERM | ^ -
term.cc:201:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 201 | #if BX_DEBUGGER_TERM | ^ -
term.cc:694:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 694 | #if BX_DEBUGGER_TERM | ^ -
term.cc:745: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] 745 | sprintf(ips_text, "IPS: %u.%3.3uM ", ips_count / 1000, ips_count % 1000); | ^ -
ioapic.cc:103:3: 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] 103 | sprintf(buf, "dest=%02x, masked=%d, trig_mode=%d, remote_irr=%d, polarity=%d, delivery_status=%d, dest_mode=%d, delivery_mode=%d, vector=%02x", | ^ -
ioapic.cc:347: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] 347 | sprintf(name, "0x%02x", i); | ^ -
decoder/fetchdecode_opmap_0f3a.cc:98:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 98 | /* 0F 3A 00 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:99:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 99 | /* 0F 3A 01 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:100:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 100 | /* 0F 3A 02 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:101:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 101 | /* 0F 3A 03 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:102:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 102 | /* 0F 3A 04 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:103:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 103 | /* 0F 3A 05 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:104:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 104 | /* 0F 3A 06 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:105:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 105 | /* 0F 3A 07 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:106:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 106 | /* 0F 3A 08 */ { BxOpcodeTable0F3A08 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:107:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 107 | /* 0F 3A 09 */ { BxOpcodeTable0F3A09 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:108:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 108 | /* 0F 3A 0A */ { BxOpcodeTable0F3A0A }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:109:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 109 | /* 0F 3A 0B */ { BxOpcodeTable0F3A0B }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:110:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 110 | /* 0F 3A 0C */ { BxOpcodeTable0F3A0C }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:111:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 111 | /* 0F 3A 0D */ { BxOpcodeTable0F3A0D }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:112:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 112 | /* 0F 3A 0E */ { BxOpcodeTable0F3A0E }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:113:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 113 | /* 0F 3A 0F */ { BxOpcodeTable0F3A0F }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:114:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 114 | /* 0F 3A 10 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:115:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 115 | /* 0F 3A 11 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:116:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 116 | /* 0F 3A 12 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:117:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 117 | /* 0F 3A 13 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:118:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 118 | /* 0F 3A 14 */ { BxOpcodeTable0F3A14 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:119:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 119 | /* 0F 3A 15 */ { BxOpcodeTable0F3A15 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:120:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 120 | /* 0F 3A 16 */ { BxOpcodeTable0F3A16 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:121:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 121 | /* 0F 3A 17 */ { BxOpcodeTable0F3A17 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:122:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 122 | /* 0F 3A 18 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:123:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 123 | /* 0F 3A 19 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:124:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 124 | /* 0F 3A 1A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:125:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 125 | /* 0F 3A 1B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:126:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 126 | /* 0F 3A 1C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:127:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 127 | /* 0F 3A 1D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:128:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 128 | /* 0F 3A 1E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:129:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 129 | /* 0F 3A 1F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:130:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 130 | /* 0F 3A 20 */ { BxOpcodeTable0F3A20 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:131:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 131 | /* 0F 3A 21 */ { BxOpcodeTable0F3A21 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:132:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 132 | /* 0F 3A 22 */ { BxOpcodeTable0F3A22 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:133:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 133 | /* 0F 3A 23 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:134:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 134 | /* 0F 3A 24 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:135:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 135 | /* 0F 3A 25 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:136:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 136 | /* 0F 3A 26 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:137:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 137 | /* 0F 3A 27 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:138:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 138 | /* 0F 3A 28 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:139:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 139 | /* 0F 3A 29 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:140:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 140 | /* 0F 3A 2A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:141:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 141 | /* 0F 3A 2B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:142:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 142 | /* 0F 3A 2C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:143:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 143 | /* 0F 3A 2D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:144:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 144 | /* 0F 3A 2E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:145:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 145 | /* 0F 3A 2F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:146:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 146 | /* 0F 3A 30 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:147:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 147 | /* 0F 3A 31 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:148:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 148 | /* 0F 3A 32 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:149:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 149 | /* 0F 3A 33 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:150:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 150 | /* 0F 3A 34 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:151:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 151 | /* 0F 3A 35 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:152:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 152 | /* 0F 3A 36 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:153:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 153 | /* 0F 3A 37 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:154:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 154 | /* 0F 3A 38 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:155:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 155 | /* 0F 3A 39 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:156:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 156 | /* 0F 3A 3A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:157:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 157 | /* 0F 3A 3B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:158:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 158 | /* 0F 3A 3C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:159:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 159 | /* 0F 3A 3D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:160:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 160 | /* 0F 3A 3E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:161:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 161 | /* 0F 3A 3F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:162:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 162 | /* 0F 3A 40 */ { BxOpcodeTable0F3A40 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:163:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 163 | /* 0F 3A 41 */ { BxOpcodeTable0F3A41 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:164:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 164 | /* 0F 3A 42 */ { BxOpcodeTable0F3A42 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:165:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 165 | /* 0F 3A 43 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:166:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 166 | /* 0F 3A 44 */ { BxOpcodeTable0F3A44 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:167:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 167 | /* 0F 3A 45 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:168:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 168 | /* 0F 3A 46 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:169:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 169 | /* 0F 3A 47 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:170:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 170 | /* 0F 3A 48 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:171:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 171 | /* 0F 3A 49 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:172:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 172 | /* 0F 3A 4A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:173:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 173 | /* 0F 3A 4B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:174:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 174 | /* 0F 3A 4C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:175:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 175 | /* 0F 3A 4D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:176:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 176 | /* 0F 3A 4E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:177:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 177 | /* 0F 3A 4F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:178:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 178 | /* 0F 3A 50 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:179:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 179 | /* 0F 3A 51 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:180:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 180 | /* 0F 3A 52 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:181:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 181 | /* 0F 3A 53 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:182:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 182 | /* 0F 3A 54 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:183:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 183 | /* 0F 3A 55 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:184:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 184 | /* 0F 3A 56 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:185:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 185 | /* 0F 3A 57 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:186:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 186 | /* 0F 3A 58 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:187:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 187 | /* 0F 3A 59 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:188:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 188 | /* 0F 3A 5A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:189:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 189 | /* 0F 3A 5B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:190:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 190 | /* 0F 3A 5C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:191:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 191 | /* 0F 3A 5D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:192:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 192 | /* 0F 3A 5E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:193:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 193 | /* 0F 3A 5F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:194:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 194 | /* 0F 3A 60 */ { BxOpcodeTable0F3A60 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:195:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 195 | /* 0F 3A 61 */ { BxOpcodeTable0F3A61 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:196:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 196 | /* 0F 3A 62 */ { BxOpcodeTable0F3A62 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:197:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 197 | /* 0F 3A 64 */ { BxOpcodeTable0F3A63 }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:198:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 198 | /* 0F 3A 64 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:199:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 199 | /* 0F 3A 65 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:200:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 200 | /* 0F 3A 66 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:201:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 201 | /* 0F 3A 67 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:202:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 202 | /* 0F 3A 68 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:203:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 203 | /* 0F 3A 69 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:204:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 204 | /* 0F 3A 6A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:205:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 205 | /* 0F 3A 6B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:206:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 206 | /* 0F 3A 6C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:207:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 207 | /* 0F 3A 6D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:208:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 208 | /* 0F 3A 6E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:209:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 209 | /* 0F 3A 6F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:210:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 210 | /* 0F 3A 70 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:211:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 211 | /* 0F 3A 71 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:212:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 212 | /* 0F 3A 72 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:213:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 213 | /* 0F 3A 73 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:214:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 214 | /* 0F 3A 74 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:215:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 215 | /* 0F 3A 75 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:216:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 216 | /* 0F 3A 76 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:217:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 217 | /* 0F 3A 77 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:218:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 218 | /* 0F 3A 78 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:219:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 219 | /* 0F 3A 79 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:220:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 220 | /* 0F 3A 7A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:221:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 221 | /* 0F 3A 7B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:222:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 222 | /* 0F 3A 7C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:223:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 223 | /* 0F 3A 7D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:224:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 224 | /* 0F 3A 7E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:225:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 225 | /* 0F 3A 7F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:226:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 226 | /* 0F 3A 80 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:227:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 227 | /* 0F 3A 81 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:228:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 228 | /* 0F 3A 82 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:229:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 229 | /* 0F 3A 83 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:230:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 230 | /* 0F 3A 84 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:231:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 231 | /* 0F 3A 85 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:232:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 232 | /* 0F 3A 86 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:233:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 233 | /* 0F 3A 87 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:234:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 234 | /* 0F 3A 88 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:235:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 235 | /* 0F 3A 89 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:236:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 236 | /* 0F 3A 8A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:237:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 237 | /* 0F 3A 8B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:238:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 238 | /* 0F 3A 8C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:239:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 239 | /* 0F 3A 8D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:240:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 240 | /* 0F 3A 8E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:241:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 241 | /* 0F 3A 8F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:242:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 242 | /* 0F 3A 90 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:243:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 243 | /* 0F 3A 91 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:244:18: warning: braces around scalar initializer [-Wbraced-scalar-init]
-
sdl2.cc:1391: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] 1391 | sprintf(sdl_ips_text, "IPS: %u.%3.3uM", ips_count / 1000, ips_count % 1000); | ^ 244 | /nix/store/vhgvw78l3ziv7kgrbnrfbb8j37112bxk-apple-sdk-14.4/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 180 | __deprecated_msg("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.") | ^ -
sdl2.cc:1449:3: 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] 1449 | sprintf(message, "Device: %s\nMessage: %s", event->u.logmsg.prefix, | ^ -
decoder/fetchdecode_opmap_0f3a.cc:245:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 245 | /* 0F 3A 93 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:246:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 246 | /* 0F 3A 94 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:247:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 247 | /* 0F 3A 95 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:248:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 248 | /* 0F 3A 96 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:249:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 249 | /* 0F 3A 97 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:250:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 250 | /* 0F 3A 98 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:251:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 251 | /* 0F 3A 99 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:252:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 252 | /* 0F 3A 9A */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:253:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 253 | /* 0F 3A 9B */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:254:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 254 | /* 0F 3A 9C */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:255:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 255 | /* 0F 3A 9D */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:256:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 256 | /* 0F 3A 9E */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:257:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 257 | /* 0F 3A 9F */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:258:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 258 | /* 0F 3A A0 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:259:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 259 | /* 0F 3A A1 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:260:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 260 | /* 0F 3A A2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:261:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 261 | /* 0F 3A A3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:262:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 262 | /* 0F 3A A4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:263:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 263 | /* 0F 3A A5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:264:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 264 | /* 0F 3A A6 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:265:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 265 | /* 0F 3A A7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:266:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 266 | /* 0F 3A A8 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:267:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 267 | /* 0F 3A A9 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:268:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 268 | /* 0F 3A AA */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:269:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 269 | /* 0F 3A AB */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:270:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 270 | /* 0F 3A AC */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:271:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 271 | /* 0F 3A AD */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:272:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 272 | /* 0F 3A AE */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:273:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 273 | /* 0F 3A AF */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:274:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 274 | /* 0F 3A B0 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:275:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 275 | /* 0F 3A B1 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:276:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 276 | /* 0F 3A B2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:277:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 277 | /* 0F 3A B3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:278:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 278 | /* 0F 3A B4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:279:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 279 | /* 0F 3A B5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:280:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 280 | /* 0F 3A B6 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:281:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 281 | /* 0F 3A B7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:282:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 282 | /* 0F 3A B8 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:283:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 283 | /* 0F 3A B9 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:284:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 284 | /* 0F 3A BA */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:285:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 285 | /* 0F 3A BB */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:286:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 286 | /* 0F 3A BC */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:287:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 287 | /* 0F 3A BD */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:288:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 288 | /* 0F 3A BE */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:289:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 289 | /* 0F 3A BF */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:290:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 290 | /* 0F 3A C0 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:291:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 291 | /* 0F 3A C1 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:292:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 292 | /* 0F 3A C2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:293:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 293 | /* 0F 3A C3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:294:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 294 | /* 0F 3A C4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:295:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 295 | /* 0F 3A C5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:296:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 296 | /* 0F 3A C6 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:297:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 297 | /* 0F 3A C7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:298:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 298 | /* 0F 3A C8 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:299:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 299 | /* 0F 3A C9 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:300:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 300 | /* 0F 3A CA */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:301:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 301 | /* 0F 3A CB */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:302:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 302 | /* 0F 3A CC */ { BxOpcodeTable0F3ACC }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:303:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 303 | /* 0F 3A CD */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:304:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 304 | /* 0F 3A CE */ { BxOpcodeTable0F3ACE }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:305:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 305 | /* 0F 3A CF */ { BxOpcodeTable0F3ACF }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:306:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 306 | /* 0F 3A D0 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:307:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 307 | /* 0F 3A D1 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:308:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 308 | /* 0F 3A D2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:309:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 309 | /* 0F 3A D3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:310:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 310 | /* 0F 3A D4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:311:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 311 | /* 0F 3A D5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:312:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 312 | /* 0F 3A D6 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:313:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 313 | /* 0F 3A D7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:314:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 314 | /* 0F 3A D8 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:315:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 315 | /* 0F 3A D9 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:316:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 316 | /* 0F 3A DA */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:317:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 317 | /* 0F 3A DB */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:318:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 318 | /* 0F 3A DC */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:319:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 319 | /* 0F 3A DD */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:320:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 320 | /* 0F 3A DE */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:321:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 321 | /* 0F 3A DF */ { BxOpcodeTable0F3ADF }, | ^~~~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:322:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 322 | /* 0F 3A E0 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:323:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 323 | /* 0F 3A E1 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:324:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 324 | /* 0F 3A E2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:325:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 325 | /* 0F 3A E3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:326:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 326 | /* 0F 3A E4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:327:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 327 | /* 0F 3A E5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:328:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 328 | /* 0F 3A E6 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:329:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 329 | /* 0F 3A E7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:330:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 330 | /* 0F 3A E8 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:331:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 331 | /* 0F 3A E9 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:332:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 332 | /* 0F 3A EA */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:333:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 333 | /* 0F 3A EB */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:334:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 334 | /* 0F 3A EC */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:335:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 335 | /* 0F 3A ED */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:336:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 336 | /* 0F 3A EE */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:337:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 337 | /* 0F 3A EF */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:338:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 338 | /* 0F 3A F0 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:339:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 339 | /* 0F 3A F1 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:340:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 340 | /* 0F 3A F2 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:341:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 341 | /* 0F 3A F3 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:342:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 342 | /* 0F 3A F4 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:343:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 343 | /* 0F 3A F5 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:344:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 344 | /* 0F 3A F6 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:345:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 345 | /* 0F 3A F7 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:346:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 346 | /* 0F 3A F8 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:347:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 347 | /* 0F 3A F9 */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:348:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 348 | /* 0F 3A FA */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:349:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 349 | /* 0F 3A FB */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:350:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 350 | /* 0F 3A FC */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:351:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 351 | /* 0F 3A FD */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:352:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 352 | /* 0F 3A FE */ { BxOpcodeGroup_ERR }, | ^~~~~~~~~~~~~~~~~~~~~ -
decoder/fetchdecode_opmap_0f3a.cc:353:18: warning: braces around scalar initializer [-Wbraced-scalar-init] 353 | /* 0F 3A FF */ { BxOpcodeGroup_ERR } | ^~~~~~~~~~~~~~~~~~~~~ -
config.cc:234:3: 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] 234 | sprintf(group, "USB %s", usb_name); | ^ -
config.cc:235:3: 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] 235 | sprintf(label, "%s Configuration", usb_name); | ^ -
config.cc:238:3: 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] 238 | sprintf(label, "Enable %s emulation", usb_name); | ^ -
config.cc:239:3: 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] 239 | sprintf(descr, "Enables the %s emulation", usb_name); | ^ -
config.cc:276: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] 276 | sprintf(name, "port%u", i+1); | ^ -
config.cc:277: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] 277 | sprintf(label, "Port #%u Configuration", i+1); | ^ -
config.cc:278: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] 278 | sprintf(descr, "Device connected to %s port #%u and it's options", usb_name, i+1); | ^ -
config.cc:281: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] 281 | sprintf(descr, "Device connected to %s port #%d", usb_name, i+1); | ^ -
config.cc:288: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] 288 | sprintf(descr, "Options for device connected to %s port #%u", usb_name, i+1); | ^ -
config.cc:746:3: 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] 746 | sprintf(name, "%s" DIRECTORY_SEPARATOR "BIOS-bochs-latest", (char *)get_builtin_variable("BXSHARE")); | ^ -
config.cc:775:3: 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] 775 | sprintf(name, "%s" DIRECTORY_SEPARATOR "VGABIOS-lgpl-latest.bin", get_builtin_variable("BXSHARE")); | ^ -
config.cc:783: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] 783 | sprintf(name, "%d", i+1); | ^ -
config.cc:784: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] 784 | sprintf(descr, "Pathname of optional ROM image #%d to load", i+1); | ^ -
config.cc:785: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] 785 | sprintf(label, "Optional ROM image #%d", i+1); | ^ -
config.cc:792: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] 792 | sprintf(label, "Name of optional ROM image #%d", i+1); | ^ -
config.cc:795: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] 795 | sprintf(descr, "The address at which the optional ROM image #%d should be loaded", i+1); | ^ -
config.cc:804: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] 804 | sprintf(label, "Optional ROM #%d address:", i+1); | ^ -
config.cc:815: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] 815 | sprintf(name, "%d", i+1); | ^ -
config.cc:816: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] 816 | sprintf(descr, "Pathname of optional RAM image #%d to load", i+1); | ^ -
config.cc:817: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] 817 | sprintf(label, "Optional RAM image #%d", i+1); | ^ -
config.cc:824: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] 824 | sprintf(label, "Name of optional RAM image #%d", i+1); | ^ -
config.cc:827: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] 827 | sprintf(descr, "The address at which the optional RAM image #%d should be loaded", i+1); | ^ -
config.cc:836: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] 836 | sprintf(label, "Optional RAM #%d address:", i+1); | ^ -
config.cc:943: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] 943 | sprintf(name, "%d", i+1); | ^ -
config.cc:944: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] 944 | sprintf (descr, "Name of the device connected to PCI slot #%d", i+1); | ^ -
config.cc:945: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] 945 | sprintf (label, "PCI slot #%d device", i+1); | ^ -
config.cc:1167: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] 1167 | sprintf(name, "boot_drive%d", i+1); | ^ -
config.cc:1168: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] 1168 | sprintf(label, "Boot drive #%d", i+1); | ^ -
config.cc:1169: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] 1169 | sprintf(descr, "Name of drive #%d in boot sequence (A, C, CD, or USB)", i+1); | ^ -
config.cc:1307: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] 1307 | sprintf(name, "%d", channel); | ^ -
config.cc:1901: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] 1901 | sprintf(context, "%s:%u", rcfile, linenum); | ^ -
config.cc:1965: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] 1965 | sprintf(path, "%s", varptr); | ^ -
config.cc:1969: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] 1969 | sprintf(path, "%s", varptr); | ^ -
config.cc:2173: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] 2173 | sprintf(pname, "general.logfn.%s", params[0]); | ^ -
config.cc:2308:3: 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] 2308 | sprintf(tmpname, "port%d.%s", idx, devopt ? "device" : "options"); | ^ -
config.cc:2337:11: 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] 2337 | sprintf(tmpname, "port%d.options", idx); | ^ -
config.cc:2340: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] 2340 | sprintf(newopts, "%s:%s, %s", opt, arg, origopts); | ^ -
config.cc:2342: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] 2342 | sprintf(newopts, "%s:%s", opt, arg); | ^ -
config.cc:2366: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] 2366 | sprintf(newopts, "%s, %s", origopts, ¶m[plen + 2]); | ^ -
config.cc:2653: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] 2653 | sprintf(tmpname, "ata.%d.resources", channel); | ^ -
config.cc:2679: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] 2679 | sprintf(tmpname, "ata.%d.%s", channel, ¶ms[0][5]); | ^ -
config.cc:2725: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] 2725 | sprintf(tmppath, "boot_params.boot_drive%d", i); | ^ -
config.cc:2886: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] 2886 | sprintf(pname, "%s.%d", BXPN_OPTROM_BASE, num); | ^ -
config.cc:2909: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] 2909 | sprintf(pname, "%s.%d", BXPN_OPTRAM_BASE, num); | ^ -
config.cc:3018:11: 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] 3018 | sprintf(tmpdev, "pci.slot.%d", slot); | ^ -
config.cc:3286: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] 3286 | sprintf(bxrcline, "%s: ", base->get_name()); | ^ -
config.cc:3288: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] 3288 | sprintf(bxrcline, "%s", optname); | ^ -
config.cc:3290: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] 3290 | sprintf(bxrcline, "%s: ", optname); | ^ -
config.cc:3300: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] 3300 | sprintf(tmpstr, "%s=", param->get_name()); | ^ -
config.cc:3335:3: 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] 3335 | sprintf(devtype, "floppy.%d.devtype", drive); | ^ -
config.cc:3336:3: 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] 3336 | sprintf(path, "floppy.%d.path", drive); | ^ -
config.cc:3337:3: 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] 3337 | sprintf(type, "floppy.%d.type", drive); | ^ -
config.cc:3338:3: 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] 3338 | sprintf(status, "floppy.%d.status", drive); | ^ -
config.cc:3339:3: 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] 3339 | sprintf(readonly, "floppy.%d.readonly", drive); | ^ -
config.cc:3389: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] 3389 | sprintf(tmpname, "port%d.device", i); | ^ -
config.cc:3392: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] 3392 | sprintf(tmpname, "port%d.options", i); | ^ -
config.cc:3520: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] 3520 | sprintf(tmppath, "boot_params.boot_drive%d", i+1); | ^ -
config.cc:3532: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] 3532 | sprintf(tmppath, "ata.%d", channel); | ^ -
config.cc:3534: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] 3534 | sprintf(tmppath, "ata%d", channel); | ^ -
config.cc:3536: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] 3536 | sprintf(tmppath, "ata%d-master", channel); | ^ -
config.cc:3538: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] 3538 | sprintf(tmppath, "ata%d-slave", channel); | ^ -
config.cc:3542: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] 3542 | sprintf(pname, "%s.%d", BXPN_OPTROM_BASE, i+1); | ^ -
config.cc:3543: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] 3543 | sprintf(tmppath, "optromimage%d", i+1); | ^ -
config.cc:3547: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] 3547 | sprintf(pname, "%s.%d", BXPN_OPTRAM_BASE, i+1); | ^ -
config.cc:3548: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] 3548 | sprintf(tmppath, "optramimage%d", i+1); | ^ -
config.cc:3557: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] 3557 | sprintf(tmpdev, "pci.slot.%d", i+1); | ^ -
textconfig.cc:401: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] 401 | sprintf(pname, "floppy.%d", i); | ^ -
textconfig.cc:406: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] 406 | sprintf(buffer[i], "%s, size=%s, %s", SIM->get_param_string("path", floppyop)->getptr(), | ^ -
textconfig.cc:618: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] 618 | sprintf(prompt, "Enter action for %s event: [%s] ", SIM->get_log_level_name(level), SIM->get_action_name(default_action)); | ^ -
textconfig.cc:638: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] 638 | sprintf(prompt, "Enter action for %s event on all devices: [no change] ", SIM->get_log_level_name(level)); | ^ -
textconfig.cc:693: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] 693 | sprintf(prompt, "Configuration file '%s' already exists. Overwrite it? [no] ", newrc); | ^ -
textconfig.cc:965: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] 965 | sprintf(buffer, "%s? [%%s] ", bparam->get_label()); | ^ -
textconfig.cc:969: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] 969 | sprintf(buffer, "%s? [%%s] ", bparam->get_name()); | ^ -
pci2isa.cc:183: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] 183 | sprintf(name, "%u_%u", i, j); | ^ -
pci_ide.cc:155: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] 155 | sprintf(name, "%u", i); | ^ -
main.cc:122:3: 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] 122 | sprintf(buffer, "Timestamp: %s", REL_TIMESTAMP); | ^ -
main.cc:132:3: 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] 132 | sprintf (buffer, "Bochs x86 Emulator %s\n", VERSION); | ^ -
main.cc:135: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] 135 | sprintf(buffer, "%s\n", REL_STRING); | ^ -
main.cc:1298: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] 1298 | sprintf(pname, "%s.%d", BXPN_OPTROM_BASE, i+1); | ^ -
main.cc:1307: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] 1307 | sprintf(pname, "%s.%d", BXPN_OPTRAM_BASE, i+1); | ^ -
hpet.cc:248: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] 248 | sprintf(tnum, "timer%d", i); | ^ -
pit82c54.cc:216: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] 216 | sprintf(name, "%u", i); | ^ -
pc_system.cc:238: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] 238 | sprintf(name, "%u", i); | ^ -
bxthread.cc:80:13: warning: 'sem_init' is deprecated [-Wdeprecated-declarations] 80 | int ret = sem_init(&thread_sem->sem, 0, 0); | ^ -
bxthread.cc:90:3: warning: 'sem_destroy' is deprecated [-Wdeprecated-declarations] 90 | sem_destroy(&thread_sem->sem); | ^ -
./misc/bximage.cc:737: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] 737 | sprintf(buffer, "\nThe disk image '%s' already exists. Are you sure you want to replace it?\nPlease type yes or no. ", filename); | ^ -
./misc/bximage.cc:879:11: 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] 879 | sprintf(prompt, "\nEnter the hard disk size in megabytes, between %d and %d\n", | ^ -
./misc/bximage.cc:928: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] 928 | sprintf(prompt, "\nEnter the new hard disk size in megabytes, between %d and %d\n", | ^ -
./misc/bximage.cc:974:11: 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] 974 | sprintf(bochsrc_line, "floppya: image=\"%s\", status=inserted", bx_filename_1); | ^ -
./misc/bximage.cc:981: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] 981 | sprintf(bochsrc_line, "ata0-master: type=disk, path=\"%s\", mode=%s", | ^ -
./misc/bximage.cc:984: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] 984 | sprintf(bochsrc_line, "ata0-master: type=disk, path=\"%s\", mode=%s, sect_size=%d", | ^ -
./iodev/hdimage/vmware3.cc:224: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] 224 | sprintf(chainstr, "-%02u", chain + 1); | ^ -
./iodev/hdimage/hdimage.cc:2302: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] 2302 | sprintf(buffer, "%02d.%02d.%04d %02d:%02d:%02d", (timestamp2 >> 16) & 0x001f, | ^ -
./iodev/hdimage/hdimage.cc:2370: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] 2370 | sprintf(redolog_name, "%s%s", pathname, UNDOABLE_REDOLOG_EXTENSION); | ^ -
./iodev/hdimage/hdimage.cc:2529:3: 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] 2529 | sprintf(redolog_temp, "%s%s", redolog_name, VOLATILE_REDOLOG_EXTENSION); | ^ -
./iodev/hdimage/vmware4.cc:494:3: 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] 494 | sprintf((char*)buffer, desc_template, (Bit32u)time(NULL), desc_line, cyl); | ^ -
./iodev/hdimage/vbox.cc:232:92: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat] 232 | BX_ERROR(("vbox disk image read failed on %u bytes at " FMT_LL "d", (unsigned)count, current_offset)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
./iodev/hdimage/vbox.cc:256:93: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat] 256 | BX_ERROR(("vbox disk image write failed on %u bytes at " FMT_LL "d", (unsigned)count, current_offset)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
apic.cc:185:3: 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] 185 | sprintf(name, "APIC%x", apic_id); | ^ -
apic.cc:186:3: 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] 186 | sprintf(logname, "apic%x", apic_id); | ^ -
apic.cc:1416: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] 1416 | sprintf(name, "isr%u", i); | ^ -
apic.cc:1419: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] 1419 | sprintf(name, "tmr%u", i); | ^ -
apic.cc:1422: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] 1422 | sprintf(name, "irr%u", i); | ^ -
apic.cc:1430: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] 1430 | sprintf(name, "ier%u", i); | ^ -
apic.cc:1442: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] 1442 | sprintf(name, "lvt%u", i); | ^ -
debugstuff.cc:42:3: 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] 42 | sprintf(s, "%s %s %s %s %s %s %s IOPL=%1u %s %s %s %s %s %s %s %s %s", | ^ -
debugstuff.cc:65:3: 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]
-
debugstuff.cc:82:3: 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] 82 | sprintf(s, "%s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s", | ^ -
debugstuff.cc:114:3: 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] 114 | sprintf(s, "%s %s %s %s %s", | ^ -
debugstuff.cc:125:3: 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] 125 | sprintf(s, "%s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s", | ^ -
paging.cc:1991:128: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat] 1991 | BX_DEBUG(("EPT %s: reserved bit is set 0x" FMT_ADDRX64 "(reserved: " FMT_ADDRX64 ")", bx_paging_level[leaf], curr_entry, curr_entry & PAGING_EPT_RESERVED_BITS)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
decoder/disasm.cc:58:3: warning: 'vsprintf' 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 vsnprintf(3) instead. [-Wdeprecated-declarations] 58 | vsprintf(disbufptr, fmt, ap); | ^ -
decoder/disasm.cc:897: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] 897 | sprintf(disbufptr, "decode failed"); | ^