fix clang nonnull complaint

This commit is contained in:
Carsten Haitzler 2013-07-16 17:12:08 +09:00
parent 8db1013956
commit 2ca7f23dbc
1 changed files with 1 additions and 0 deletions

View File

@ -6589,6 +6589,7 @@ cpp_handle_options(cpp_reader * pfile, int argc, char **argv)
else
p = argv[++i];
if (!p) break;
if (!strcmp(p, "-"))
{
struct cpp_pending **ptr;