Re: [PATCH] include/qemu/host-utils: Remove unused code in the *_overflow wrappers

2022-07-04 Thread Richard Henderson
On 7/1/22 08:21, Thomas Huth wrote: According to commit cec07c0b612975 the code in the #else paths was required for GCC < 5.0 and Clang < 3.8. We don't support such old compilers at all anymore, so we can remove these lines now. We keep the wrapper function, though, since they are easier to read

[PATCH] include/qemu/host-utils: Remove unused code in the *_overflow wrappers

2022-06-30 Thread Thomas Huth
According to commit cec07c0b612975 the code in the #else paths was required for GCC < 5.0 and Clang < 3.8. We don't support such old compilers at all anymore, so we can remove these lines now. We keep the wrapper function, though, since they are easier to read and help to make sure that the paramet