0011662: Fails to compile with Clang, non-standard C
Buobe IA context · why it matters
Non-standard 'd' suffix used — Developers must ensure compliance with standard C when writing code to avoid compilation errors.
Patch required — A simple fix is available, but developers should be aware of potential issues in their codebase that may need similar adjustments.
Fique de olho: More projects using Clang might encounter this issue if not properly standardized.
There's two places where a floating-point constant is written with a non-standard `d` suffix. Standard C recognizes `f` suffixes (for float constants), no suffix (for double), and `l` (for long double).