Commentary, bug799

This commit is contained in:
Wilson Snyder 2014-07-02 21:04:51 -04:00
parent 58ee803cb4
commit 6b88648c67

View File

@ -2968,8 +2968,8 @@ simulators.
Warns that an `include filename specifies an absolute path. This means the
code will not work on any other system with a different file system layout.
Instead of using absolute paths, relative paths (preferably without any
directory specified whatever) should be used, and +include used on the
command line to specify the top include source directory.
directory specified whatever) should be used, and +incdir used on the
command line to specify the top include source directories.
Disabled by default as this is a code style warning; it will simulate
correctly.