Skip to content

Commit

Permalink
Disable warning from dependency library
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth committed Aug 29, 2024
1 parent ded5912 commit b0dc490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/UMAPAnalysisPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
#define _OPENMP_CACHED _OPENMP
#undef _OPENMP
#endif
#pragma warning(disable:4267) // umapp internal: conversion warning
#include <umappp/initialize.hpp>
#include <umappp/Options.hpp>
#pragma warning(default:4267)
#ifdef _OPENMP_CACHED
#define _OPENMP _OPENMP_CACHED
#undef _OPENMP_CACHED
Expand Down

0 comments on commit b0dc490

Please sign in to comment.