Skip to content

Instantly share code, notes, and snippets.

@jclulow
Created May 14, 2019 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jclulow/7a3dd4add6faf7c678617eb6f0df71fb to your computer and use it in GitHub Desktop.
Save jclulow/7a3dd4add6faf7c678617eb6f0df71fb to your computer and use it in GitHub Desktop.
$ ag warning: $CODEMGR_WS/log/log.2019-05-09.06:05/nightly.log
17574:src/smatch.c:259: warning: format '%d' expects type 'int', but argument 3 has type 'pid_t'
17648:src/check_debug.c:676: warning: implicit declaration of function 'show_sname_alloc'
17649:src/check_debug.c:677: warning: implicit declaration of function 'show_ptrlist_alloc'
17650:src/check_debug.c:681: warning: implicit declaration of function 'show_sm_state_alloc'
17798:src/smatch_hooks.c:54: warning: enumeration value 'FUNCTION_CALL_HOOK_BEFORE' not handled in switch
17799:src/smatch_hooks.c:54: warning: enumeration value 'NUM_HOOKS' not handled in switch
17809:src/smatch_slist.c:80: warning: format '%ld' expects type 'long int', but argument 3 has type 'size_t'
17852:src/smatch_extra.c:2039: warning: 'assume_indexes_are_valid' defined but not used
17908:src/smatch_untracked_param.c:239: warning: passing argument 2 of 'select_return_states_hook' from incompatible pointer type
18005:src/parse.c:1579: warning: missing sentinel in function call
18007:src/parse.c:2024: warning: missing sentinel in function call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment