mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
windows port (disable uninteresting warnings)
git-svn-id: file:///svn/toku/tokudb@19946 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
a4955938e5
commit
c761b3a9d0
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,8 @@ ifeq ($(CC),icc)
|
|||
#Linux
|
||||
ICC_NOWARN=-diag-disable #Need the space
|
||||
endif
|
||||
DISABLE_WARNING +=271# Remove warnings about trailing comma being nonstandard
|
||||
DISABLE_WARNING +=424# Remove warnings about extra ';' being ignored
|
||||
DISABLE_WARNING +=810# Remove warnings about losing precision
|
||||
DISABLE_WARNING +=94# Allow arrays of length 0
|
||||
DISABLE_WARNING +=118# Allow void functions to return void functions
|
||||
|
|
Loading…
Add table
Reference in a new issue