8000 Disabled -Werror flag in v8 for mac build · lethalbrains/arangodb@acfaa59 · GitHub
[go: up one dir, main page]

Skip to content

Commit acfaa59

Browse files
committed
Disabled -Werror flag in v8 for mac build
1 parent 7f509e2 commit acfaa59

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

3rdParty/V8-3.31.74.1/build/gyp/pylib/gyp/xcode_emulation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ def GetCflags(self, configname, arch=None):
375375
if self._Test('GCC_SYMBOLS_PRIVATE_EXTERN', 'YES', default='NO'):
376376
cflags.append('-fvisibility=hidden')
377377

378-
if self._Test('GCC_TREAT_WARNINGS_AS_ERRORS', 'YES', default='NO'):
379-
cflags.append('-Werror')
378+
# if self._Test('GCC_TREAT_WARNINGS_AS_ERRORS', 'YES', default='NO'):
379+
# cflags.append('-Werror')
380380

381381
if self._Test('GCC_WARN_ABOUT_MISSING_NEWLINE', 'YES', default='NO'):
382382
cflags.append('-Wnewline-eof')

js/server/upgrade-database.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,6 @@ function updateGlobals() {
13571357
try {
13581358
fs.removeDirectoryRecursive(module.oldAppPath(), true);
13591359
} catch(e) {
1360-
logger.warn("Unable to remove old app path " + module.oldAppPath());
13611360
}
13621361

13631362
// 4. For each mounted app, reinstall appId from zipFile to mount

0 commit comments

Comments
 (0)
0