The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is posible hide variables unused message on some functions?
#1
HI

I know that i have variables unused on assembler functions

where I use assembler only and i grab the values for example like this LD E, (ix+8)

Is there any pragma or something to not show this on the compiler message?

because if i have a lot of assembler functions there are a lot of messy output on the compiler

with message like this : warning: Parameter 'parameterName' is never used

Can i hide this type of message when i know that is "unused" in a assembler function?

If i can hide this type of message is more easy to develop

i don't know something like

#thisFunction dontShowThisTypeOfMessage

I don't know if i explained myself

Thanks
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)