Skip to content

Instantly share code, notes, and snippets.

@dmilith
Created May 28, 2014 16:17
Show Gist options
  • Save dmilith/4d3a76b327e16730507f to your computer and use it in GitHub Desktop.
Save dmilith/4d3a76b327e16730507f to your computer and use it in GitHub Desktop.
clang: warning: argument unused during compilation: '-I /Users/dmilith/Apps/Bacula-client/include'
console.c:640:10: error: use of undeclared identifier 'rl_completion_suppress_append'
rl_completion_suppress_append=true;
^
console.c:683:7: error: use of undeclared identifier 'rl_catch_signals'
rl_catch_signals = 0;
^
console.c:850:13: error: use of undeclared identifier 'append_history'
ret = append_history(history_length, histfile);
^
console.c:867:33: error: assigning to 'Function *' (aka 'int (*)(const char *, int)') from incompatible type 'char *(const char *, int)': different return type ('int' vs 'char *')
rl_completion_entry_function = dummy_completion_function;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment