mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-15 23:55:35 +02:00
fixed: osx106 warnings
This commit is contained in:
parent
228befdc2c
commit
8d6a44d1b7
12 changed files with 97 additions and 55 deletions
|
@ -2100,9 +2100,6 @@ COSXScreen::getDraggingFilename()
|
|||
return m_draggingFilename;
|
||||
}
|
||||
|
||||
#if GNUC_46
|
||||
# pragma GCC diagnostic push
|
||||
#endif
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
||||
void
|
||||
|
@ -2143,6 +2140,4 @@ avoidHesitatingCursor()
|
|||
CGSetLocalEventsSuppressionInterval(0.0001);
|
||||
}
|
||||
|
||||
#if GNUC_46
|
||||
# pragma GCC diagnostic pop
|
||||
#endif
|
||||
#pragma GCC diagnostic error "-Wdeprecated-declarations"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue