mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Remove not needed ignored warning as code got fixed already #25
This commit is contained in:
parent
6c03da966a
commit
5126c215f4
@ -506,13 +506,6 @@ gcc | clang {
|
||||
QMAKE_CXXFLAGS += -Wno-error=stringop-overread
|
||||
message("Removing stringop-overread error")
|
||||
}
|
||||
else {
|
||||
greaterThan(COMPILER_MAJOR, 9) : {
|
||||
QMAKE_CFLAGS += -Wno-error=depreciated-copy
|
||||
QMAKE_CXXFLAGS += -Wno-error=depreciated-copy
|
||||
message("Removing depreciated-copy error")
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user