qaz@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year ago-Wall ain't alllemmy.worldimagemessage-square25fedilinkarrow-up1338
arrow-up1338image-Wall ain't alllemmy.worldqaz@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square25fedilink
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·1 year agoOk, 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.
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.
It’s C++ and it just causes a SIGILL.