parameter was declared but never used

cmj

Member²
Previously, when compiling a package body, I got a warning that a parameter was declared but never used in a procedure, resulting in a "compiled with warnings" comment but a correctly compiled package body. Now I get an error and a "compiled with errors" message.

I don't think I've changed anything about PL/SQL Developer in months. What could be causing this?

I'm using version 6.0.5.926
 
Sorry...delete this question. I didn't see that my window for errors and warnings was too small and the real errors were above the "unused parameter" warning.
 
Back
Top