ircmaxell / FFIMe

A FFI Wrapper library and header parser!
MIT License
138 stars 5 forks source link

suppress FFIMe warnings #16

Closed nilslice closed 2 years ago

nilslice commented 2 years ago

Hi, thanks for this great library!

I'm wondering if you'd consider a PR that would add an option to suppress these warnings? Maybe just a private flag on the class defaulting to true, that can be set with a method $ffi->showWarnings(false)->codeGen('File.php') or something.