summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/other/1878627
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/other/1878627')
-rw-r--r--results/classifier/gemma3:12b/other/187862712
1 files changed, 12 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/other/1878627 b/results/classifier/gemma3:12b/other/1878627
new file mode 100644
index 000000000..7512a31ec
--- /dev/null
+++ b/results/classifier/gemma3:12b/other/1878627
@@ -0,0 +1,12 @@
+
+audio/mixeng build failure using Clang 10
+
+When building with Clang 10 on Fedora 32, we get:
+
+    CC      audio/mixeng.o
+  audio/mixeng.c:274:34: error: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Werror,-Wimplicit-int-float-conversion]
+  static const float float_scale = UINT_MAX / 2.f;
+                                   ^~~~~~~~ ~
+  /usr/lib64/clang/10.0.0/include/limits.h:56:37: note: expanded from macro 'UINT_MAX'
+  #define UINT_MAX  (__INT_MAX__  *2U +1U)
+                     ~~~~~~~~~~~~~~~~~^~~
\ No newline at end of file