Skip to content

Commit

Permalink
Merge branch 'master' into add/cpu_affinity
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Nov 4, 2024
2 parents f0a25fa + 37aa410 commit 3f11790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/realtime_tools/thread_priority.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@

// Deprecation notice
#ifdef _WIN32
#pragma message("This header include is deprecated. Please update your code to use 'realtime_helpers.hpp' header and link against 'realtime_tools' library.")
#pragma message( \
"This header include is deprecated. Please update your code to use 'realtime_helpers.hpp' header and link against 'realtime_tools' library.") //NOLINT
#else
#warning \
"This header include is deprecated. Please update your code to use 'realtime_helpers.hpp' header and link against 'realtime_tools' library." //NOLINT
Expand Down

0 comments on commit 3f11790

Please sign in to comment.