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
{{ message }}
This repository was archived by the owner on Oct 5, 2023. It is now read-only.
I complie on Windows System.
And Cmake the CMakeLists in \sfntly\cpp\CMakeLists.txt.
I use the VS2019 to open the sln and found the commandline has "__wur=attribute((warn_unused_result)) -Wall -Werror -fno-exceptions".
At last, the reason is "set(GCC_OR_CLANG ((CMAKE_CXX_COMPILER_ID MATCHES "Clang") OR CMAKE_COMPILER_IS_GNUCXX))" doesn't work.