Skip to content

Commit

Permalink
inline hack fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Dec 8, 2024
1 parent 343e3e8 commit f51395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/vernier/periodic_thread.hh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ inline void upgrade_thread_priority(pthread_t pthread) {
}
}
#else
void upgrade_thread_priority(pthread_t pthread) {
inline void upgrade_thread_priority(pthread_t pthread) {
}
#endif

Expand Down

0 comments on commit f51395e

Please sign in to comment.