Miscellaneous-NoAbsoluteIncludeΒΆ

Do not use absolute path names in #include

Required inputs: IR

Absolute path names are non-portable and may cause problems when compiling the code on other machines.

Possible Messages

Key

Text

Severity

Disabled

absolute_include

#include with absolute path

None

False

Options