You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit brings MSVC support.
CMake now checks for this compiler. You need MSVC Version 12.0 (VS2013)
or later.
I have also added the Macro ATTR_UNUSED. Clang does work with
__attribute__ ((unused)) but MSVC doesn't. The macro ensures we use
this feature only with gcc.
Fixes#1
Signed-off-by: Christian Rapp <0x2a@posteo.org>
0 commit comments