jhunt / ctap

Test Anything Protocol for C
MIT License
23 stars 6 forks source link

Warning when building on OS X Yosemite #4

Closed teancom closed 10 years ago

teancom commented 10 years ago
ctap.c:331:2: warning: implicit declaration of function 'ctap_tests' is invalid in C99 [-Wimplicit-function-declaration]
    ctap_tests();
    ^

It builds and installs despite the warning, but it's ugly and might be indicative of a more serious issue.

jhunt commented 10 years ago

Try now...

teancom commented 10 years ago

That fixed it. Thanks!