This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to lint / splint code that includes dvsdk headers?

I'm trying to run splint on code that includes dvsdk headers, but it errors with parse errors in the dvsdk headers.

I'm guessing they come from non-standard-c code, but there seems too much of it to use the ifndef _S_SPLINT_S_. all over the place

Any ideas?