Skip to content
Snippets Groups Projects
Commit 26bd1860 authored by Tobias Hunger's avatar Tobias Hunger Committed by Christian Kandeler
Browse files

Do not warn about using the clang compiler when building botan


Change-Id: Iec594b1a7afb5d80148c496f1842ea41dab8ef7b
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@nokia.com>
parent 55c56fd3
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ unix:DEFINES += BOTAN_TARGET_OS_HAS_GETTIMEOFDAY BOTAN_HAS_ALLOC_MMAP \ ...@@ -20,6 +20,7 @@ unix:DEFINES += BOTAN_TARGET_OS_HAS_GETTIMEOFDAY BOTAN_HAS_ALLOC_MMAP \
BOTAN_HAS_DYNAMICALLY_LOADED_ENGINE BOTAN_HAS_DYNAMIC_LOADER BOTAN_HAS_DYNAMICALLY_LOADED_ENGINE BOTAN_HAS_DYNAMIC_LOADER
macx:DEFINES += BOTAN_TARGET_OS_IS_DARWIN macx:DEFINES += BOTAN_TARGET_OS_IS_DARWIN
*g++*:DEFINES += BOTAN_BUILD_COMPILER_IS_GCC *g++*:DEFINES += BOTAN_BUILD_COMPILER_IS_GCC
*clang*:DEFINES += BOTAN_BUILD_COMPILER_IS_CLANG
win32 { win32 {
DEFINES += BOTAN_TARGET_OS_IS_WINDOWS \ DEFINES += BOTAN_TARGET_OS_IS_WINDOWS \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment