Add __declspec(noreturn) on Win
Currently cl.exe doesn't know LOG(FATAL) exits the program. Set __declspec(noreturn).
Showing
Please
register
or
sign in
to comment
Currently cl.exe doesn't know LOG(FATAL) exits the program. Set __declspec(noreturn).