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?

0

请先登录再写评论。