Closed nilslice closed 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.
$ffi->showWarnings(false)->codeGen('File.php')
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.