X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f1f9f9bfec4c2ad664698a026773276b0b5a4ac8..eda0c1ba43cd3ae0ed85aba2c31573f156cec9c4:/apt-pkg/algorithms.h diff --git a/apt-pkg/algorithms.h b/apt-pkg/algorithms.h index 77a39b415..1a9d5aefd 100644 --- a/apt-pkg/algorithms.h +++ b/apt-pkg/algorithms.h @@ -142,7 +142,7 @@ class pkgProblemResolver /*{{{*/ // Try to resolve problems only by using keep bool ResolveByKeep(OpProgress * const Progress = NULL); - APT_DEPRECATED void InstallProtect(); + APT_DEPRECATED_MSG("NOOP as MarkInstall enforces not overriding FromUser markings") void InstallProtect(); explicit pkgProblemResolver(pkgDepCache *Cache); virtual ~pkgProblemResolver();