Skip to content

Commit 346f4ed

Browse files
authored
Remove --warn-uninitialized from CMake builds (#3064)
This overflows the logs in travis and makes it impossible to tell if anything is actually going wrong.
1 parent 26cc1ac commit 346f4ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ xcb_flags+=(
130130
COMPILER_INDEX_STORE_ENABLE=NO
131131
)
132132

133-
# TODO(varconst): --warn-unused-vars - right now, it makes the log overflow on
134-
# Travis.
133+
# TODO(varconst): Add --warn-unused-vars and --warn-uninitialized.
134+
# Right now, it makes the log overflow on Travis because many of our
135+
# dependencies don't build cleanly this way.
135136
cmake_options=(
136137
-Wdeprecated
137-
--warn-uninitialized
138138
)
139139

140140
xcode_version=$(xcodebuild -version | head -n 1)

0 commit comments

Comments
 (0)