- be60293bacf8d17861853a73c751b4a74534b049 Update header file for failure_signal_handler.h by Tom Manshreck <shreck@google.com>

- 83dbeb97cb3874932a4159f2f287c5b2cca7089b Fix for MSVC warning C4244 about "conversion from 'int' t... by Abseil Team <absl-team@google.com>

GitOrigin-RevId: be60293bacf8d17861853a73c751b4a74534b049
Change-Id: If8a91fa3edca47f349662cb214fde380c65802bb
This commit is contained in:
Abseil Team 2018-05-10 10:16:01 -07:00 committed by John Olson
parent cd95e71df6
commit 7454bdded7
2 changed files with 63 additions and 49 deletions

View file

@ -80,7 +80,7 @@ struct AlphaNumBuffer {
// `Dec` conversion and fill character to use. A `kZeroPad2` value, for example,
// would produce hexadecimal strings such as "0A","0F" and a 'kSpacePad5' value
// would produce hexadecimal strings such as " A"," F".
enum PadSpec {
enum PadSpec : uint8_t {
kNoPad = 1,
kZeroPad2,
kZeroPad3,