jupyter_rain@discuss.tchncs.de to Programmer Humor@programming.dev · 5 months agoThis is my life now, until I finally understand Cmake.discuss.tchncs.deexternal-linkmessage-square54fedilinkarrow-up1669arrow-down111file-text
arrow-up1658arrow-down1external-linkThis is my life now, until I finally understand Cmake.discuss.tchncs.dejupyter_rain@discuss.tchncs.de to Programmer Humor@programming.dev · 5 months agomessage-square54fedilinkfile-text
minus-squarezaphod@sopuli.xyzlinkfedilinkarrow-up3·5 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·5 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.