jupyter_rain@discuss.tchncs.de to Programmer Humor@programming.dev · 3 months agoThis is my life now, until I finally understand Cmake.discuss.tchncs.deimagemessage-square53fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageThis is my life now, until I finally understand Cmake.discuss.tchncs.dejupyter_rain@discuss.tchncs.de to Programmer Humor@programming.dev · 3 months agomessage-square53fedilinkfile-text
minus-squarezaphod@sopuli.xyzlinkfedilinkarrow-up0·3 months agoJust enable all compiler warnings (and disable the ones you don’t care about), a good C compiler can tell you about using unassigned variables.
Just enable all compiler warnings (and disable the ones you don’t care about), a good C compiler can tell you about using unassigned variables.