uniconproject / unicon

http://www.unicon.org
Other
54 stars 28 forks source link

IPL: suppress clang's deprecated-non-prototype warning. #399

Closed Don-Ward closed 2 months ago

Don-Ward commented 2 months ago

It was decided to retain the old style function declarations in the IPL. So we suppress the clang warnings about them.

Jafaral commented 2 months ago

Let us see if #400 actually clears the warnings rather than suppress them.