Skip to content
Snippets Groups Projects
Commit af4895f0 authored by pw's avatar pw
Browse files

While loading an :around method when no primary method exists, a compiler

warning like ".ARG0. is defined but not used" was being emitted. Turns
out that in such a case PCL generates an effective-method consisting
of (error "No primary method for ...") or some such, thus ignoring
the user method and not passing the supplied arguments to error. This
change checks for the above case and inserts an ignorable declaration
for the method arguments.
parent 96f61ada
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment