Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl_setup.h: add support for IAR compiler #13728

Closed
wants to merge 2 commits into from

Conversation

josepho0918
Copy link
Contributor

Enable some supported GCC attributes for IAR compiler.

@bagder
Copy link
Member

bagder commented May 21, 2024

./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
Copy link
Member

bagder commented May 21, 2024

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.

None yet

2 participants