pdimov wrote: This warning creates issues under Windows, where reinterpret-casting from FARPROC to the actual function type is common.
https://github.com/llvm/llvm-project/pull/92738 https://github.com/boostorg/interprocess/issues/259 Reinterpret-casting a function pointer to another function pointer type, then back to the original, is well defined in C++. In contrast, using `void*` for the same purpose is not. https://github.com/llvm/llvm-project/pull/86131 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits