summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/other/1753437
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/other/1753437')
-rw-r--r--results/classifier/deepseek-2-tmp/output/other/175343715
1 files changed, 0 insertions, 15 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1753437 b/results/classifier/deepseek-2-tmp/output/other/1753437
deleted file mode 100644
index 47a5c17d5..000000000
--- a/results/classifier/deepseek-2-tmp/output/other/1753437
+++ /dev/null
@@ -1,15 +0,0 @@
-
-pc-bios/s390-ccw/libc: size_t should be unsigned
-
-qemu/pc-bios/s390-ccw/libc.c:82]: (style) Unsigned variable 'num_idx' can't be negative so it is unnecessary to test it.
-
-Source code is
-
-
-    while (num_idx >= 0) {
-
-but
-
-    size_t num_idx = 1; /* account for NUL */
-
-So there is no escape from the while loop.
\ No newline at end of file