C2 forum

General Category => Implementation Details => Topic started by: lerno on October 29, 2018, 03:58:45 PM

Title: Panic type of errors.
Post by: lerno on October 29, 2018, 03:58:45 PM
I've added a pull req now to use macros FATAL_ERROR and TODO instead of assert(0) or assert(0 && "Todo") in the code. First of all it should always crash on fatal error! And secondly the TODOs will then actually break on builds of unsupported code instead of producing incorrect results...
Title: Re: Panic type of errors.
Post by: bas on November 07, 2018, 10:34:55 AM
merged