diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2014-03-18 01:52:59 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2014-03-18 01:52:59 +0000 |
| commit | b74a8597149d17529201fb8c9d9a92e29cc821ad (patch) | |
| tree | b6d800f3bddcb6b688397bb79e724d00a0364adf /src/trace/siox.cpp | |
| parent | New extension: Merge styles, take the common styles of the selected elements ... (diff) | |
| download | inkscape-b74a8597149d17529201fb8c9d9a92e29cc821ad.tar.gz inkscape-b74a8597149d17529201fb8c9d9a92e29cc821ad.zip | |
Warning cleanups.
(bzr r13162)
Diffstat (limited to 'src/trace/siox.cpp')
| -rw-r--r-- | src/trace/siox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/siox.cpp b/src/trace/siox.cpp index 0706cfed1..065e891ed 100644 --- a/src/trace/siox.cpp +++ b/src/trace/siox.cpp @@ -889,7 +889,7 @@ SioxImage Siox::extractForeground(const SioxImage &originalImage, return workImage; } - trace("knownBg:%u knownFg:%u", knownBg.size(), knownFg.size()); + trace("knownBg:%u knownFg:%u", static_cast<unsigned int>(knownBg.size()), static_cast<unsigned int>(knownFg.size())); std::vector<CieLab> bgSignature ; |
