Author Topic: Panic type of errors.  (Read 5241 times)

lerno

  • Full Member
  • ***
  • Posts: 247
    • View Profile
Panic type of errors.
« 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...

bas

  • Full Member
  • ***
  • Posts: 220
    • View Profile
Re: Panic type of errors.
« Reply #1 on: November 07, 2018, 10:34:55 AM »
merged