Skip to content

Commit f572f3d

Browse files
committed
Fixed typo in __clang__ macro
1 parent 9790e09 commit f572f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ int main(int argc, char* argv[])
9999

100100

101101
// Warn about deprecated compilers
102-
#ifdef __clang
102+
#ifdef __clang__
103103
# if ( __clang_major__ < 2 || ( __clang_major__ == 2 && __clang_minor__ < 9))
104104
# warning "Using Clang 2.8 or earlier. Support for this version will be removed soon."
105105
# endif

0 commit comments

Comments
 (0)