I do the same for LLM code review comments: some changes are out of scope or could be moved to a separate PR; some edge cases don't happen in practice and should just fail noisily instead of writing more code to maintain. When these are the only issues it's raising, then I know it's done.
I wonder if the same trick works with AI?
Perhaps someone more knowledgable could jump in here to clarify?
To be clear I mostly only use Opus and Gemini Flash but this might work for others too.
Disabling your C compiler warnings works too. You get to ship then leave work early!