Quote:
Originally Posted by Crasher_3637
Instead of asking for a feature to disable warnings (which are helpful for maintaining your code), why not actually fix the code to get rid of the warnings instead? Tag mismatches are easy to fix.
|
OK
PHP Code:
plugin.sp(11) : warning 213: tag mismatch
plugin.sp(11) : warning 213: tag mismatch
plugin.sp(11) : warning 213: tag mismatch
plugin.sp(12) : warning 213: tag mismatch
plugin.sp(12) : warning 213: tag mismatch
plugin.sp(12) : warning 213: tag mismatch
plugin.sp(13) : warning 213: tag mismatch
plugin.sp(13) : warning 213: tag mismatch
plugin.sp(13) : warning 213: tag mismatch
Code size: 3248 bytes
Data size: 2876 bytes
Stack/heap size: 16384 bytes
Total requirements: 22508 bytes
9 Warnings.
Here is a simple and neat code, what should I fix here ??
9 useless warnings that get in the way!