No warnings for unreferenced code in eu40b2 build r3025

new topic     » topic index » view thread      » older message » newer message

Hi, I did not find an open ticket for this.. perhaps I missed it?

-- show missing warnings about procedure / function never used 
-- Euphoria 4.0B2 build r3025 
-- 
with warning 
with trace 
with type_check 
without profile 
-- 
procedure proc_not_called() 
          atom a1, a2 
          a2 = 0 
          a1 = a2 
          a2 = a1 
end procedure 
 
procedure proc_is_called() 
          atom a1, a2 
          a2 = 0 
          a1 = a2 
          a2 = a1 
end procedure 
 
function func_never_called(sequence junk) 
         integer i1 
         i1 = 0 
         return i1 
end function 
 
proc_is_called() 


There are no eui (interpreter) or euc (watcom compiled) warnings about either the function or procedure never being used.
Regards, Alan

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu