mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
fix for OS X builds with new prototype C warning flags
git-svn-id: svn://localhost/ardour2/branches/3.0@13125 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
760ccbabfb
commit
f765f0c857
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ def configure(conf):
|
|||
|
||||
conf.check_cc(fragment = '''
|
||||
#include <jack/jack.h>
|
||||
void callback(jack_status_t code, const char* reason, void* arg);
|
||||
void callback(jack_status_t code, const char* reason, void* arg) { return; }
|
||||
int main(int argc, char **argv) {
|
||||
jack_client_t* c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue