Message 159097 - Python tracker
>> What's the specific warning that you want to eliminate? > > "control reaches end of non-void function without return" > > Basically, whenever you see "assert(0)" today. Sorry, what I meant is: what specific line (in what specific source file) is that warning on? If there is an assert(0) somewhere, there should be no subsequent code, so no such warning should be generated.