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:
Paul Davis 2012-08-10 17:02:37 +00:00
parent 760ccbabfb
commit f765f0c857

View File

@ -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;