mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-26 07:30:54 +00:00
Turn on -Wshadow for travis
This commit is contained in:
parent
5fd33d26f1
commit
0c2be0de38
|
@ -14,6 +14,6 @@ before_install:
|
||||||
- sudo dpkg -i libgflags-dev_2.0-1_amd64.deb
|
- sudo dpkg -i libgflags-dev_2.0-1_amd64.deb
|
||||||
# Lousy hack to disable use and testing of fallocate, which doesn't behave quite
|
# Lousy hack to disable use and testing of fallocate, which doesn't behave quite
|
||||||
# as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment.
|
# as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment.
|
||||||
script: OPT=-DTRAVIS make unity && OPT=-DTRAVIS make check -j8
|
script: OPT=-DTRAVIS make unity && make clean && OPT="-DTRAVIS -Wshadow" make check -j8
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue