- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I use the Intel oneAPI APT repo and it is now providing oneAPI 2025.2 specifically for the C++ compiler.
I am using googletest CMake project, which injects option -Wno-implicit-float-size-conversion that wasn't a problem with oneAPI 2025.1 and earlier, but with emerging oneAPI 2025.2 release is making warning #10430 for flag -Wno-implicit-float-size-conversion. Is this flag actually invalid (I would let googletest project et al know) or is this a mistake in oneAPI 2025.2?
Example command formed by googletest CMake project that is newly broken for oneAPI 2025.2:
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, there was a change in icpx.
-Wimplicit-float-size-conversion and -Wno-implicit-float-size-conversion need to be updated to -Wsycl-implicit-float-size-conversion and -Wno-sycl-implicit-float-size-conversion respectively. This was to align icpx with the behavior of clang.
please update your build script, sorry for the inconvenience.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page