Silence compiler warnings
authorSitsofe Wheeer <sitsofe@yahoo.com>
Sun, 27 Nov 2016 07:53:29 +0000 (07:53 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 27 Nov 2016 21:40:26 +0000 (21:40 +0000)
commitfc8d6d050a22662f445954303953d81e500496aa
tree18c8b27251eaa0f3dc2f833eeb8bca565993e39e
parentae5eaf076dc66144d88715740cb15f23880cc55e
Silence compiler warnings

- Mark __parse_jobs_ini and fmt_desc[] as static as they aren't used
  outside their modules.
- Cast the shifted trim state enum to an unsigned int to silence
  spurious Wshift-sign-overflow warning.

Signed-off-by: Sitsofe Wheeer <sitsofe@yahoo.com>
init.c
options.c
stat.h