Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Laszlo Agocs
qtrhi
Commits
d32751cd
Commit
d32751cd
authored
Mar 13, 2019
by
Laszlo Agocs
Browse files
Reenable clang warning suppressions for now
parent
8de8aaf0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/3rdparty/VulkanMemoryAllocator.pri
View file @
d32751cd
INCLUDEPATH += $$PWD/VulkanMemoryAllocator
clang {
#
QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter -Wno-unused-variable -Wno-missing-field-initializers -Wno-tautological-compare
#
QMAKE_CXXFLAGS_WARN_ON = $$QMAKE_CFLAGS_WARN_ON
QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter -Wno-unused-variable -Wno-missing-field-initializers -Wno-tautological-compare
-Wno-reorder -Wno-unused-private-field
QMAKE_CXXFLAGS_WARN_ON = $$QMAKE_CFLAGS_WARN_ON
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment