From a98326eb2954ac1e79f5eac28dbeab3ec15e047f Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Sat, 30 Jun 2018 12:43:08 +0200 Subject: 10.1 --- zen/build_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zen/build_info.h') diff --git a/zen/build_info.h b/zen/build_info.h index 9b8b7fc0..e80f3721 100755 --- a/zen/build_info.h +++ b/zen/build_info.h @@ -16,11 +16,11 @@ #endif #ifdef ZEN_BUILD_32BIT - static_assert(sizeof(void*) == 4, ""); + static_assert(sizeof(void*) == 4); #endif #ifdef ZEN_BUILD_64BIT - static_assert(sizeof(void*) == 8, ""); + static_assert(sizeof(void*) == 8); #endif #endif //BUILD_INFO_H_5928539285603428657 -- cgit