Skip to content

Commit

Permalink
fix under error in opus.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 25, 2023
1 parent aa69755 commit 3377bf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/widget/form/settings/aboutform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
#include <tox/tox.h>

#include <libavutil/avutil.h>
#pragma GCC diagnostic ignored "-Wpragmas"
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
#pragma GCC diagnostic ignored "-Werror=undef"
#include <opus.h>
#pragma GCC diagnostic pop
#include <sodium.h>

#include <QDebug>
Expand Down

0 comments on commit 3377bf4

Please sign in to comment.