Skip to content

Commit

Permalink
ignoring unreachable code warning in manifold_harmonic demo compiled …
Browse files Browse the repository at this point in the history
…in static mode
  • Loading branch information
BrunoLevy committed Aug 7, 2024
1 parent 61ba397 commit 01032aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/geogram/manifold_harmonics/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int main(int argc, char** argv) {

#ifndef GEO_DYNAMIC_LIBS
#ifdef GEO_COMPILER_MSVC
#pragma warning( disable : 4702) // of course there is unreachable code
#pragma warning( disable : C4702) // of course there is unreachable code
#endif
// Manifold Harmonics depend on ARPACK, loaded dynamically by
// OpenNL, so geogram needs to be compiled with dynamic libs.
Expand Down

0 comments on commit 01032aa

Please sign in to comment.