• @marcos
    link
    -21 year ago

    Ok, you are certainly in one of those languages where plenty of your functions shouldn’t return a value, and you won’t ever let the compiler know that.

    On all of the other languages, it’s an error, not even a warning.

    • qazOP
      link
      91 year ago

      It’s C++ and it just causes a SIGILL.