mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
windows: doesnt have #warning
This commit is contained in:
parent
ede7f8b0f3
commit
6d0f2500b0
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@
|
|||
#if !defined(OPENSSL_NO_EC) && defined(LWS_HAVE_EC_KEY_new_by_curve_name) && \
|
||||
(OPENSSL_VERSION_NUMBER >= 0x30000000l) && \
|
||||
!defined(LWS_SUPPRESS_DEPRECATED_API_WARNINGS)
|
||||
#warning "You probably need LWS_SUPPRESS_DEPRECATED_API_WARNINGS"
|
||||
/* msvc doesn't have #warning... */
|
||||
#error "You probably need LWS_SUPPRESS_DEPRECATED_API_WARNINGS"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue