Skip to content
New issue

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

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

Already on GitHub? # to your account

build: Disable extra warnings, std C11 #703

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Conversation

afnanenayet
Copy link
Owner

  • Disable extra warnings (not relevant for us since it's not our source)
  • Set the compiler standard to C11. This is just for consistency because
    otherwise compilers may set a standard arbitrarily, which could cause
    issues in rare circumstances.

* Disable extra warnings (not relevant for us since it's not our source)
* Set the compiler standard to C11. This is just for consistency because
  otherwise compilers may set a standard arbitrarily, which could cause
  issues in rare circumstances.
@codecov-commenter
Copy link

Codecov Report

Merging #703 (e41732a) into main (d183c4b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #703   +/-   ##
=======================================
  Coverage   59.40%   59.40%           
=======================================
  Files          13       13           
  Lines        1456     1456           
=======================================
  Hits          865      865           
  Misses        591      591           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@afnanenayet afnanenayet merged commit 62cd6ce into main Aug 7, 2023
@afnanenayet afnanenayet deleted the afnan/build-flags branch August 7, 2023 23:55
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants