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
@ -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…
Reference in New Issue
Block a user