* incpath.c (remove_duplicates): If name is not a directory, issue
a warning rather than an error.
From-SVN: r164314
+2010-09-15 Ian Lance Taylor <iant@google.com>
+
+ * incpath.c (remove_duplicates): If name is not a directory, issue
+ a warning rather than an error.
+
2010-09-15 Martin Jambor <mjambor@suse.cz>
PR middle-end/45644
}
}
else if (!S_ISDIR (st.st_mode))
- cpp_error_with_line (pfile, CPP_DL_ERROR, 0, 0,
+ cpp_error_with_line (pfile, CPP_DL_WARNING, 0, 0,
"%s: not a directory", cur->name);
else
{