Suppress warnings about possible slot name conflicts with slots from SB-PCL.
authorStas Boukarev <stassats@gmail.com>
Sat, 1 Dec 2012 19:44:37 +0000 (23:44 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 1 Dec 2012 19:44:37 +0000 (23:44 +0400)
commit9c401e48bdf6abb5ec6ff574ca8cafb82fe0ba8a
tree416716be3ef77678809090141e006ce8653df2c3
parentb9714d4825c463ef6bc9e0053889e72d62c83898
Suppress warnings about possible slot name conflicts with slots from SB-PCL.

When inheriting from STANDARD-CLASS and using common slot names, like
SLOTS or NAME, SBCL signals a style-warning about possible package
problems with slots with the same name from SB-PCL, which is unlikely
to ever cause a problem.
src/pcl/std-class.lisp