Skip to content

Fix by adding noexcept to casting to fix invalid conversion for c++17,+ standarts

The code itself couldnt compile with current shape if we want to use c++17+ flags error: invalid conversion from ‘int ()(utsname)’ to ‘int ()(utsname) noexcept’

Merge request reports