+ fix various gcc & clang warnings

This commit is contained in:
wmayer
2016-04-24 16:21:19 +02:00
parent 6b4821a855
commit d03a8fd386
9 changed files with 25 additions and 80 deletions

View File

@@ -109,6 +109,7 @@ TaskDlgPathCompound::TaskDlgPathCompound(PathGui::ViewProviderPathCompound *obj)
: TaskDialog(),CompoundView(obj)
{
assert(CompoundView);
(void)CompoundView; // fix clang warning
parameter = new TaskWidgetPathCompound(CompoundView);
Content.push_back(parameter);
}