This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Disable override warning omission on clang
tags/v0.6.0
Andrew Belt
6 years ago
parent
c3e9957fdd
commit
f9850076a3
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
include/audio.hpp
+2
-0
include/midi.hpp
+ 2
- 0
include/audio.hpp
View File
@@ -3,7 +3,9 @@
#include <jansson.h>
#pragma GCC diagnostic push
#ifndef __clang__
#pragma GCC diagnostic ignored "-Wsuggest-override"
#endif
#include <RtAudio.h>
#pragma GCC diagnostic pop
+ 2
- 0
include/midi.hpp
View File
@@ -7,7 +7,9 @@
#pragma GCC diagnostic push
#ifndef __clang__
#pragma GCC diagnostic ignored "-Wsuggest-override"
#endif
#include "rtmidi/RtMidi.h"
#pragma GCC diagnostic pop
Write
Preview
Loading…
Cancel
Save