From 58a4a7713233bebb5feca5985d0850d170703122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Wed, 3 Feb 2016 23:22:38 +0100 Subject: Make cmLinkInterface:: and cmGeneratorTarget::Multiplicity unsigned ints --- Source/cmLinkItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmLinkItem.h') diff --git a/Source/cmLinkItem.h b/Source/cmLinkItem.h index b603bcc2a3..561293ee79 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. -- cgit v1.2.1