Switch to warning level 4 (#240)

This commit is contained in:
Andreas Süßenbach
2018-08-17 17:47:48 +02:00
committed by Markus Tavenrath
parent 58873a31ef
commit a9b5b68572
14 changed files with 46 additions and 37 deletions

View File

@@ -107,7 +107,7 @@ static_assert( VK_HEADER_VERSION == 83 , "Wrong VK_HEADER_VERSION!" );
# elif defined(__GNUC__)
# define VULKAN_HPP_INLINE __attribute__((always_inline)) __inline__
# elif defined(_MSC_VER)
# define VULKAN_HPP_INLINE __forceinline
# define VULKAN_HPP_INLINE inline
# else
# define VULKAN_HPP_INLINE inline
# endif