Skip to content
Snippets Groups Projects
Commit 941fb414 authored by Marvin Scholz's avatar Marvin Scholz
Browse files

notify/osx_notifications: Fix build

We need to ignore the unguarded-availability diagnostic, we are already
using partial-availability here anyway.
parent 39e0d637
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,8 @@
* Preamble
*****************************************************************************/
#pragma clang diagnostic ignored "-Wunguarded-availability"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment