Compiler warnings.
This commit is contained in:
parent
d83039c4ee
commit
a86ef76e5c
|
@ -5385,7 +5385,7 @@ bool MainWindow::LoadPattern(QString fileName, const QString& customMeasureFile)
|
||||||
{
|
{
|
||||||
// Quick reading measurements
|
// Quick reading measurements
|
||||||
doc->setXMLContent(fileName);
|
doc->setXMLContent(fileName);
|
||||||
const int currentFormatVersion = doc->GetFormatVersion(doc->GetFormatVersionStr());
|
const unsigned currentFormatVersion = doc->GetFormatVersion(doc->GetFormatVersionStr());
|
||||||
if (currentFormatVersion != VPatternConverter::PatternMaxVer)
|
if (currentFormatVersion != VPatternConverter::PatternMaxVer)
|
||||||
{ // Because we rely on the fact that we know where is path to measurements optimization available only for
|
{ // Because we rely on the fact that we know where is path to measurements optimization available only for
|
||||||
// the latest format version
|
// the latest format version
|
||||||
|
|
|
@ -38,6 +38,9 @@ unix {
|
||||||
QMAKE_LFLAGS += -fsanitize=undefined
|
QMAKE_LFLAGS += -fsanitize=undefined
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QMAKE_CXXFLAGS += \
|
||||||
|
-Wno-stringop-overflow
|
||||||
}
|
}
|
||||||
|
|
||||||
*clang*{
|
*clang*{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user