| ... | @@ -31,7 +31,6 @@ static int usage(const char *arg0) { | ... | @@ -31,7 +31,6 @@ static int usage(const char *arg0) { |
| 31 | " --libc-path [path] set the C compiler data path\n" | 31 | " --libc-path [path] set the C compiler data path\n" |
| 32 | " -isystem [dir] add additional search path for other .h files\n" | 32 | " -isystem [dir] add additional search path for other .h files\n" |
| 33 | " -dirafter [dir] same as -isystem but do it last\n" | 33 | " -dirafter [dir] same as -isystem but do it last\n" |
| 34 | " --c-import-warnings enable warnings when importing .h files\n" | | |
| 35 | , arg0); | 34 | , arg0); |
| 36 | return EXIT_FAILURE; | 35 | return EXIT_FAILURE; |
| 37 | } | 36 | } |