Hi,guys, recently i’m trying to sell my code plugin in Marketplace, i packaged my plugin and didn’t found any error, but after Marketplace reviewing they always told me there are some errors, but i don’t know how to ocuur these errors by myself for saving time.
Error says that your code has unused comparison result, and seems that market build runs with params to treat this warning as error, while local builds, afaik, usually don’t use this option.
Logically, there is no much sense Not to use comparison result. Probably you meant assignment in given place? Or was it a placeholder for unimplemented “if”?
thanks for your reply, I could fix the error, and i should use = instead of ==, but the problem is why i can’t get any warnings or errors in my local compiler, if can, i can save a lot of time to avoid submiting product again and again