mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-09-28 19:05:49 +08:00
Replace all uses of '[DQ]?CHECK(false)' with more idiomatic 'D?LOG(Q?FATAL)',
which properly indicates a no-return point in the CFG. This should have no functional change. R=csilvers DELTA=16 (0 added, 0 deleted, 16 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=3300
This commit is contained in:
parent
f8c58ff816
commit
703d401961
|
@ -64,7 +64,7 @@ using std::vector;
|
|||
|
||||
// TODO(csilvers): add in a portable implementation of aligned_malloc
|
||||
static void* aligned_malloc(size_t size, size_t alignment) {
|
||||
CHECK(false) << "page_aligned_ not currently supported\n";
|
||||
LOG(FATAL) << "page_aligned_ not currently supported\n";
|
||||
}
|
||||
|
||||
// The value here doesn't matter until page_aligned_ is supported.
|
||||
|
|
Loading…
Reference in New Issue
Block a user