Merge "liblog: Fix bugprone-macro-parentheses warnings" am: 561df7bfb3

Change-Id: Ie4979dd1827d4e986585530d4eee36a719cdaea3
This commit is contained in:
Automerger Merge Worker 2020-03-06 00:29:16 +00:00
commit 23285382a4

View file

@ -156,7 +156,7 @@ typedef enum log_id {
* Let the logging function choose the best log target.
* This is not part of the enum since adding either -1 or 0xFFFFFFFF forces the enum to be signed or
* unsigned, which breaks unfortunately common arithmetic against LOG_ID_MIN and LOG_ID_MAX. */
#define LOG_ID_DEFAULT -1
#define LOG_ID_DEFAULT (-1)
/**
* Writes the constant string `text` to the log buffer `id`,