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

Make sure _MSC_VER is defined before checking #990

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

starseeker
Copy link
Contributor

Avoids the following:

error: "_MSC_VER" is not defined, evaluates to 0 [-Werror=undef]
59 | #if _MSC_VER <= 1900
| ^~~~~~~~

Avoids the following:

error: "_MSC_VER" is not defined, evaluates to 0 [-Werror=undef]
   59 | #if _MSC_VER <= 1900
      |     ^~~~~~~~
@starseeker
Copy link
Contributor Author

Starting integration testing with BRL-CAD, hit that error from linalg.h with our build flags.

Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.38%. Comparing base (d437097) to head (509be12).
Report is 122 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #990      +/-   ##
==========================================
- Coverage   91.84%   86.38%   -5.46%     
==========================================
  Files          37       62      +25     
  Lines        4976     9093    +4117     
  Branches        0     1049    +1049     
==========================================
+ Hits         4570     7855    +3285     
- Misses        406     1238     +832     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pca006132 pca006132 merged commit 6ade357 into elalish:master Oct 16, 2024
21 checks passed
@starseeker starseeker deleted the linalg_fix branch October 16, 2024 13:57
RahimovIR pushed a commit to RahimovIR/manifold that referenced this pull request Oct 18, 2024
Avoids the following:

error: "_MSC_VER" is not defined, evaluates to 0 [-Werror=undef]
   59 | #if _MSC_VER <= 1900
      |     ^~~~~~~~
@elalish elalish mentioned this pull request Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants