Skip to content

Commit

Permalink
warnless: remove code block for icc that didn't work
Browse files Browse the repository at this point in the history
Reported-by: Alain Miniussi
Fixes #5096
  • Loading branch information
bagder committed Apr 6, 2020
1 parent 298a823 commit ae57e27
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/warnless.h
Expand Up @@ -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 */

0 comments on commit ae57e27

Please sign in to comment.