diff options
author | Brad King <brad.king@kitware.com> | 2016-02-08 15:32:57 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-02-08 15:32:57 (GMT) |
commit | 5643088bb18cebcfa9ba28b16cf7ae198ae31645 (patch) | |
tree | ab3a4a24337d2a459f454c4358872b987257a4bf /Source/cmLinkItem.h | |
parent | 08e53620044c1ac5ff29adb695a7c6bdde480fb4 (diff) | |
parent | 58a4a7713233bebb5feca5985d0850d170703122 (diff) | |
download | CMake-5643088bb18cebcfa9ba28b16cf7ae198ae31645.zip CMake-5643088bb18cebcfa9ba28b16cf7ae198ae31645.tar.gz CMake-5643088bb18cebcfa9ba28b16cf7ae198ae31645.tar.bz2 |
Merge topic 'fix-pedantic-warnings'
58a4a771 Make cmLinkInterface:: and cmGeneratorTarget::Multiplicity unsigned ints
Diffstat (limited to 'Source/cmLinkItem.h')
-rw-r--r-- | Source/cmLinkItem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLinkItem.h b/Source/cmLinkItem.h index b603bcc..561293e 100644 --- a/Source/cmLinkItem.h +++ b/Source/cmLinkItem.h @@ -73,7 +73,7 @@ struct cmLinkInterface: public cmLinkInterfaceLibraries // Number of repetitions of a strongly connected component of two // or more static libraries. - int Multiplicity; + unsigned int Multiplicity; // Libraries listed for other configurations. // Needed only for OLD behavior of CMP0003. |