this post was submitted on 13 Oct 2023
296 points (95.4% liked)

Programmer Humor

32410 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] marcos@lemmy.world -2 points 2 years ago (1 children)

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.

[โ€“] qaz@lemmy.world 8 points 2 years ago

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