Removed fpermissive flag.

This commit is contained in:
Tom Lally 2022-08-30 13:51:34 +01:00
parent ab1e6f3f53
commit ad735f019c
2 changed files with 1 additions and 2 deletions

View file

@ -24,7 +24,6 @@ elseif(UNIX)
add_definitions(-DVK_USE_PLATFORM_XLIB_KHR) # legacy. Do we need to support XLIB surfaces?
add_definitions(-DVK_USE_PLATFORM_XCB_KHR)
endif()
add_definitions(-fpermissive)
add_definitions(-maes)
# warnings
if(CMAKE_C_COMPILER_ID MATCHES "Clang")

View file

@ -984,7 +984,7 @@ float get_##__regname() const \
SRF_MODE_NO_ZERO = 1,
};
using E_ENDIAN_SWAP = E_ENDIAN_SWAP;
// using E_ENDIAN_SWAP = E_ENDIAN_SWAP;
enum class E_SEL
{