Git fork

Merge branch 'jk/revert-squelch-compiler-warning'

Squelch false-positive compiler warning.

* jk/revert-squelch-compiler-warning:
revert: initialize const value

+1 -1
+1 -1
builtin/revert.c
··· 111 111 const char * const * usage_str = revert_or_cherry_pick_usage(opts); 112 112 const char *me = action_name(opts); 113 113 const char *cleanup_arg = NULL; 114 - const char sentinel_value; 114 + const char sentinel_value = 0; /* value not important */ 115 115 const char *strategy = &sentinel_value; 116 116 const char *gpg_sign = &sentinel_value; 117 117 enum empty_action empty_opt = EMPTY_COMMIT_UNSPECIFIED;