Merge pull request 'feature/clang' (#274) from feature/clang into release/v9.0.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/274
This commit is contained in:
Oleg Korshul
2025-04-06 10:38:04 +00:00
4 changed files with 46 additions and 1 deletions

View File

@ -19,6 +19,10 @@ core_linux {
QMAKE_CXXFLAGS += -Wno-narrowing
}
core_linux_clang {
QMAKE_CFLAGS += -Wno-incompatible-function-pointer-types
}
core_mac {
DEFINES += HAVE_UNISTD_H HAVE_FCNTL_H
}