How do I remove 'File Exceeds Configured Limit' warning at the top

已回答

Hello,

In my project, I am using a header file library which exceeds the configured limits for C/C++. Hence, every file that uses that header file has a warning at the top which reads "File includes inline header with length ... that exceeds configured limit for C/C++". I am fine with it, I know what I want to do with this library and have the reference open on the side to get what I am doing, and if it can improve the performances, then that's all for the better. However, I couldn't find any option to close the warning. I suspect there might be a configuration to change in the registry but could not find it. This error is new in CLion 2019.1, didn't have this problem in the previous version.

Thanks for the help

1

Hello!

You can change the limit as suggested in the warning. Also feel free to comment or upvote https://youtrack.jetbrains.com/issue/CPP-12315.

0

请先登录再写评论。