Closed skissane closed 3 years ago
Using --error-limit=N you can tell c2ffi to only display the first N errors and then exit immediately. This is equivalent to the clang option -ferror-limit=N.
--error-limit=N
-ferror-limit=N
Using
--error-limit=N
you can tell c2ffi to only display the first N errors and then exit immediately. This is equivalent to the clang option-ferror-limit=N
.