fix several kind of warnings:

+ fix -Wparentheses/-Wlogical-op-parentheses
+ fix -Wunused-variable
+ disable -Wundefined-var-template due to many false-positives (clang)
+ fix -Winconsistent-missing-override
+ fix -Wmaybe-uninitialized
This commit is contained in:
wmayer
2017-10-15 19:12:07 +02:00
parent 33b3a202ed
commit 8b2fcf3677
5 changed files with 8 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ namespace TechDraw
*/
class TechDrawExport DrawViewMulti : public DrawViewPart
{
PROPERTY_HEADER(Part::DrawViewMulti);
PROPERTY_HEADER_WITH_OVERRIDE(Part::DrawViewMulti);
public:
/// Constructor