mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
Fix gcc detection in check_config.h
This commit is contained in:
parent
bf8f7febd8
commit
757ca00396
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#define POLARSSL_CHECK_CONFIG_H
|
||||
|
||||
#if defined(POLARSSL_DEPRECATED_WARNING) && \
|
||||
!defined(__GCC__) && !defined(__clang__)
|
||||
!defined(__GNUC__) && !defined(__clang__)
|
||||
#error "POLARSSL_DEPRECATED_WARNING only works with GCC and Clang"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue