forked from dolphin-emu/dolphin
		
	Without this patch, such code would not compile:
if (cond)
    WARN_LOG(FOO, "msg");
else
    WARN_LOG(FOO, "msg2");
		
	
Without this patch, such code would not compile:
if (cond)
    WARN_LOG(FOO, "msg");
else
    WARN_LOG(FOO, "msg2");