mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
quiet warnings in Linux build
This commit is contained in:
parent
20ed77d425
commit
2e73330e8e
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ using p_high_resolution_clock = std::chrono::high_resolution_clock;
|
|||
|
||||
Q_DECLARE_METATYPE(p_high_resolution_clock::time_point);
|
||||
|
||||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
__attribute__((unused))
|
||||
#endif
|
||||
static const int timePointMetaTypeID = qRegisterMetaType<p_high_resolution_clock::time_point>();
|
||||
|
||||
#endif // hifi_PortableHighResolutionClock_h
|
||||
|
|
Loading…
Reference in a new issue