Files
clang-p2996/utils/bazel/llvm-project-overlay/libc/test
Guillaume Chatelet 508c6aa8f3 [libc][NFC] Fix "type qualifiers ignored on cast result type" GCC warning (#78509)
GCC complains about "type qualifiers ignored on cast result type".
Upon investigation the correct fix was to remove all `volatile` and use the `-frounding-math` option.
2024-01-19 09:27:03 +01:00
..