summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1844644
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/1844644')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/18446447
1 files changed, 7 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/1844644 b/results/classifier/accel-gemma3:12b/kvm/1844644
new file mode 100644
index 000000000..1f9b3757b
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/1844644
@@ -0,0 +1,7 @@
+
+Compiler warnings using MSVC
+
+The following line of code results in an implicit truncation of an uint16_t value to an uint8_t variable, which triggers a compiler warning in MSVC : https://github.com/qemu/qemu/blob/f8c3db33a5e863291182f8862ddf81618a7c6194/hw/usb/dev-hub.c#L387
+(Two lines down, the same thing happens.)
+
+This warning can be silenced by doing an explicit truncation, for example by a casting the value explicitly to uint8_t type, or by anding the value with 0xFF.
\ No newline at end of file