Skip to content

curl_setup.h: add support for IAR compiler - #13728

Closed
josepho0918 wants to merge 2 commits into
curl:masterfrom
josepho0918:iar
Closed

curl_setup.h: add support for IAR compiler#13728
josepho0918 wants to merge 2 commits into
curl:masterfrom
josepho0918:iar

Conversation

@josepho0918

Copy link
Copy Markdown
Contributor

Enable some supported GCC attributes for IAR compiler.

@bagder

bagder commented May 21, 2024

Copy link
Copy Markdown
Member
./curl_setup.h:294:86: warning: Longer than 79 columns (LONGLINE)
 #if (defined(__GNUC__) || defined(__clang__) || defined(__IAR_SYSTEMS_ICC__)) &&    \
./curl_setup.h:295:86: warning: Longer than 79 columns (LONGLINE)
   defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) &&                     \
./curl_setup.h:724:97: warning: Longer than 79 columns (LONGLINE)
 #if (defined(__GNUC__) && (__GNUC__ >= 3)) || defined(__clang__) || defined(__IAR_SYSTEMS_ICC__)

@bagder bagder added the build label May 21, 2024
@bagder

bagder commented May 21, 2024

Copy link
Copy Markdown
Member

Thanks!

@bagder bagder closed this in c56071f May 21, 2024
@josepho0918
josepho0918 deleted the iar branch May 22, 2024 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants