[cmake-developers] [PATCH 1/2] cmPropertyDefinition::IsChained is const

Brad King brad.king at kitware.com
Mon Feb 27 08:47:10 EST 2012


On 2/25/2012 3:19 AM, Yury G. Kudryashov wrote:
> Yury G. Kudryashov wrote:
>
>> From: "Yury G. Kudryashov"
>> <urkud.urkud at gmail.com>
> Mailman says that the next patch is too big. The compressed version is
> attached.

While building I get:

Source/cmCommand.h:108:16: warning: 'virtual bool cmCommand::IsDiscouraged() const' was hidden [-Woverloaded-virtual]
Source/cmExecProgramCommand.h:87:16: warning:   by 'virtual bool cmExecProgramCommand::IsDiscouraged()' [-Woverloaded-virtual]

I think you missed some IsDiscouraged instances.

Thanks,
-Brad



More information about the cmake-developers mailing list