Pierre Bourdon 54fc4029dd Use do { ... } while (0) for the *_LOG macros
Without this patch, such code would not compile:

if (cond)
    WARN_LOG(FOO, "msg");
else
    WARN_LOG(FOO, "msg2");
2012-08-20 13:12:49 +02:00
..
2012-03-25 13:01:26 +03:00
2012-03-29 22:50:45 +02:00
2012-08-07 18:57:53 +02:00
2012-06-11 23:30:20 +02:00
2011-09-29 23:32:39 +02:00
2011-09-29 23:32:39 +02:00
2011-01-31 03:02:23 +00:00
2011-10-28 21:12:12 +01:00
2012-06-11 23:35:46 +02:00
2012-01-04 01:36:09 -08:00