You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
patch boost (sic!) to fix warning
This commit is contained in:
committed by
Leonid Fedorov
parent
4a8f5830fd
commit
0dceaa318d
@ -72,10 +72,11 @@ set(CLANG_FLAGS
|
||||
-Wno-format-truncation
|
||||
-Wno-register
|
||||
-Wno-typedef-redefinition
|
||||
-Wno-missing-template-arg-list-after-template-kw
|
||||
)
|
||||
|
||||
set(GNU_FLAGS # suppressed warnings
|
||||
-Wno-deprecated-copy -Wno-deprecated-declarations -Wno-format-truncation -Wno-register -Wno-unused-variable
|
||||
-Wno-deprecated-copy -Wno-deprecated-declarations -Wno-format-truncation -Wno-register
|
||||
)
|
||||
# } end compiler specific flags
|
||||
|
||||
|
Reference in New Issue
Block a user