Skip to content

Commit

Permalink
Ignore warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuscu committed Sep 1, 2024
1 parent a84f531 commit 84ed168
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/audio/source/common/Audio.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "audio/Audio.h"

__pragma(warning(push, 0))

#define MA_NO_DECODING
#define MA_NO_ENCODING
#define MINIAUDIO_IMPLEMENTATION
Expand All @@ -14,3 +16,5 @@ namespace l::audio {


}

__pragma(warning(pop))

0 comments on commit 84ed168

Please sign in to comment.