@User: The warning message is showing a verilog backslash-escaped name "\la_data_out " (with a space at the end). Which is odd, but legal. If that's the case, then you would need
assign \la_data_out = 0;
. I assume the
.
in the name in the warning message is a hierarchy separator.