Using the below pragma
#pragma warning disable = 329
warning C329: single-line comment contains line-continuation
In the meantime you'll probably find that wrapping the whole block in a #if 0 #endif will get rid of the warning.