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-square60fedilinkarrow-up1693arrow-down111file-text
arrow-up1682arrow-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-square60fedilinkfile-text
minus-squarezaphod@sopuli.xyzlinkfedilinkarrow-up3·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.
minus-squarenexussapphire@lemm.eelinkfedilinkEnglisharrow-up1·3 months agoStill learning, they just covered compiler flags in cs. They didn’t go into detail yet though.
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.
Still learning, they just covered compiler flags in cs. They didn’t go into detail yet though.