Class scr... Warning: \float@addtolists detected!For classes scrartcl, scrreprt, scrbook there is this warning, which exemplarily for scrbook reads completely:
Class scrbook Warning: \float@addtolists detected!
(scrbook) Implementation of \float@addtolist became
(scrbook) deprecated in KOMA-Script v3.01 2008/11/14 and
(scrbook) has been replaced by several more flexible
(scrbook) features of package `tocbasic`.
(scrbook) Since Version 3.12 support for deprecated
(scrbook) \float@addtolist interface has been
(scrbook) restricted to only some of the KOMA-Script
(scrbook) features and been removed from others.
(scrbook) Loading of package `scrhack' may help to
(scrbook) avoid this warning, if you are using a
(scrbook) a package that still implements the
(scrbook) deprecated \float@addtolist interface.
In most cases, the warning results from using a package that still implements a long-deprecated KOMA-Script interface instead of using the new interface using tocbasic. As can be seen from the warning, often the use of package scrhack helps. The background to the hack can be found in the section about “Using tocbasic” in the chapter about scrhack of the KOMA-Script manual or the German KOMA-Script book.
If using scrhack does not help, it is recommended to bring the problem to the attention of the corresponding package authors. If this does not help either, the only thing left to do is to ask the KOMA-Script author for another hack. However, there is no guarantee for this, since it is actually up to the package authors to decide whether they want to support KOMA-Script optimally or not.