Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround incorrect Uint deprecation message
The Uint deprecation warning suggested a system dependent type (UInt64 or UInt32) rather than UInt, due to this being a type alias. Hardcode a warning message for this rather common type, pending a more powerful deprecation warning system. (cherry picked from commit 9723ec0) ref #13227
- Loading branch information