gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 136/264: warnless: remove code block for icc that didn't work


From: gnunet
Subject: [gnurl] 136/264: warnless: remove code block for icc that didn't work
Date: Thu, 30 Apr 2020 16:07:19 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit ae57e27b3e6bba6a5ae87e35e88e8be719ad36ae
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Apr 6 17:06:45 2020 +0200

    warnless: remove code block for icc that didn't work
    
    Reported-by: Alain Miniussi
    Fixes #5096
---
 lib/warnless.h | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/lib/warnless.h b/lib/warnless.h
index ea4c4395d..f066d971c 100644
--- a/lib/warnless.h
+++ b/lib/warnless.h
@@ -94,19 +94,6 @@ unsigned short curlx_htons(unsigned short usnum);
 
 unsigned short curlx_ntohs(unsigned short usnum);
 
-#ifndef BUILDING_WARNLESS_C
-#  undef  FD_ISSET
-#  define FD_ISSET(a,b) curlx_FD_ISSET((a),(b))
-#  undef  FD_SET
-#  define FD_SET(a,b)   curlx_FD_SET((a),(b))
-#  undef  FD_ZERO
-#  define FD_ZERO(a)    curlx_FD_ZERO((a))
-#  undef  htons
-#  define htons(a)      curlx_htons((a))
-#  undef  ntohs
-#  define ntohs(a)      curlx_ntohs((a))
-#endif
-
 #endif /* __INTEL_COMPILER && __unix__ */
 
 #endif /* HEADER_CURL_WARNLESS_H */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]