Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace DCHECK_NOTNULL in void context in dsi/logger/cpp/LoggerBase.c…
…pp +3 Summary: `DCHECK_NOTNULL` returns its argument, which triggers `-Wunused-value` warnings in void context. Replace it with `DCHECK_NE($$, nullptr)` which conveys the same intent without the warning. (3 files modified.) Reviewed By: Orvid Differential Revision: D69618772 fbshipit-source-id: 14cecb6ef664db490e67a18d20080b7160d61da1
- Loading branch information