+ fix various gcc & clang warnings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user