diff options
author | Daniel Wilhelm <shieldwed@outlook.com> | 2018-06-30 12:43:08 +0200 |
---|---|---|
committer | Daniel Wilhelm <shieldwed@outlook.com> | 2018-06-30 12:43:08 +0200 |
commit | a98326eb2954ac1e79f5eac28dbeab3ec15e047f (patch) | |
tree | bb16257a1894b488e365851273735ec13a9442ef /zen/build_info.h | |
parent | 10.0 (diff) | |
download | FreeFileSync-a98326eb2954ac1e79f5eac28dbeab3ec15e047f.tar.gz FreeFileSync-a98326eb2954ac1e79f5eac28dbeab3ec15e047f.tar.bz2 FreeFileSync-a98326eb2954ac1e79f5eac28dbeab3ec15e047f.zip |
10.1
Diffstat (limited to 'zen/build_info.h')
-rwxr-xr-x | zen/build_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |