clion doesn't show c90 errors
I expect to gen an error of:
error: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
8 | struct _colLinkedList {
but I got non, can someone instruct me what to do?
Please sign in to leave a comment.