Created
June 15, 2016 07:19
-
-
Save valscion/aeb457470d524c8c71710ff46830cfc3 to your computer and use it in GitHub Desktop.
flow-typed install issues flow-typed/flow-typed#140
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install -g [email protected] | |
- | |
> [email protected] install /Users/vesa/.nvm/versions/node/v4.4.0/lib/node_modules/flow-typed/node_modules/nodegit | |
> node lifecycleScripts/install | |
[nodegit] Fetching binary from S3. | |
[nodegit] Failed to install prebuilt binary: | |
{ [Error: Command failed: /bin/sh -c "/Users/vesa/.nvm/versions/node/v4.4.0/lib/node_modules/flow-typed/node_modules/nodegit/node_modules/.bin/node-pre-gyp" install --fallback-to-build=false | |
module.js:327 | |
throw err; | |
^ | |
Error: Cannot find module 'nopt' | |
at Function.Module._resolveFilename (module.js:325:15) | |
at Function.Module._load (module.js:276:25) | |
at Module.require (module.js:353:17) | |
at require (internal/module.js:12:17) | |
at Object.<anonymous> (/Users/vesa/.nvm/versions/node/v4.4.0/lib/node_modules/flow-typed/node_modules/nodegit/node_modules/node-pre-gyp/lib/node-pre-gyp.js:14:12) | |
at Module._compile (module.js:409:26) | |
at Object.Module._extensions..js (module.js:416:10) | |
at Module.load (module.js:343:32) | |
at Function.Module._load (module.js:300:12) | |
at Module.require (module.js:353:17) | |
] | |
killed: false, | |
code: 1, | |
signal: null, | |
cmd: '/bin/sh -c "/Users/vesa/.nvm/versions/node/v4.4.0/lib/node_modules/flow-typed/node_modules/nodegit/node_modules/.bin/node-pre-gyp" install --fallback-to-build=false' } | |
[nodegit] Building manually. (You'll be here a while.) | |
[nodegit] Regenerating and configuring code | |
[email protected] /Users/vesa/.nvm/versions/node/v4.4.0/lib/node_modules/nodegit | |
├── [email protected] ([email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
[nodegit] Configuring libssh2. | |
ERROR - Could not generate native code | |
[TypeError: _(...).forEach(...).value is not a function] | |
[nodegit] Everything is ready to go, attempting compilation | |
events.js:141 | |
throw er; // Unhandled 'error' event | |
^ | |
Error: spawn /Users/vesa/.nvm/versions/node/v4.4.0/lib/node_modules/flow-typed/node_modules/nodegit/node_modules/.bin/node-gyp ENOENT | |
at exports._errnoException (util.js:870:11) | |
at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32) | |
at onErrorNT (internal/child_process.js:344:16) | |
at nextTickCallbackWith2Args (node.js:442:9) | |
at process._tickCallback (node.js:356:17) | |
npm ERR! Darwin 15.5.0 | |
npm ERR! argv "/Users/vesa/.nvm/versions/node/v4.4.0/bin/node" "/Users/vesa/.nvm/versions/node/v4.4.0/bin/npm" "install" "-g" "[email protected]" | |
npm ERR! node v4.4.0 | |
npm ERR! npm v2.15.2 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] install: `node lifecycleScripts/install` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script 'node lifecycleScripts/install'. | |
npm ERR! This is most likely a problem with the nodegit package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node lifecycleScripts/install | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs nodegit | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! | |
npm ERR! npm owner ls nodegit | |
npm ERR! There is likely additional logging output above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm link | |
> [email protected] postinstall /Users/vesa/code/muut/flow-typed/cli/node_modules/flow-bin | |
> node lib/install.js | |
✔ flow binary test passed successfully | |
| | |
> [email protected] postinstall /Users/vesa/code/muut/flow-typed/cli/node_modules/jest-cli | |
> node postinstall.js | |
| | |
> [email protected] install /Users/vesa/code/muut/flow-typed/cli/node_modules/babel-cli/node_modules/chokidar/node_modules/fsevents | |
> node-pre-gyp install --fallback-to-build | |
[fsevents] Success: "/Users/vesa/code/muut/flow-typed/cli/node_modules/babel-cli/node_modules/chokidar/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node" is installed via remote | |
- | |
> [email protected] install /Users/vesa/code/muut/flow-typed/cli/node_modules/nodegit | |
> node lifecycleScripts/install | |
[nodegit] Fetching binary from S3. | |
[nodegit] Failed to install prebuilt binary: | |
{ [Error: Command failed: /bin/sh -c "/Users/vesa/code/muut/flow-typed/cli/node_modules/nodegit/node_modules/.bin/node-pre-gyp" install --fallback-to-build=false | |
module.js:327 | |
throw err; | |
^ | |
Error: Cannot find module 'nopt' | |
at Function.Module._resolveFilename (module.js:325:15) | |
at Function.Module._load (module.js:276:25) | |
at Module.require (module.js:353:17) | |
at require (internal/module.js:12:17) | |
at Object.<anonymous> (/Users/vesa/code/muut/flow-typed/cli/node_modules/nodegit/node_modules/node-pre-gyp/lib/node-pre-gyp.js:14:12) | |
at Module._compile (module.js:409:26) | |
at Object.Module._extensions..js (module.js:416:10) | |
at Module.load (module.js:343:32) | |
at Function.Module._load (module.js:300:12) | |
at Module.require (module.js:353:17) | |
] | |
killed: false, | |
code: 1, | |
signal: null, | |
cmd: '/bin/sh -c "/Users/vesa/code/muut/flow-typed/cli/node_modules/nodegit/node_modules/.bin/node-pre-gyp" install --fallback-to-build=false' } | |
[nodegit] Building manually. (You'll be here a while.) | |
[nodegit] Regenerating and configuring code | |
[email protected] node_modules/nan | |
[email protected] node_modules/combyne | |
[email protected] node_modules/js-beautify | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
└── [email protected] ([email protected]) | |
[email protected] node_modules/clean-for-publish | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/mocha | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected]) | |
[email protected] node_modules/coveralls | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/lcov-result-merger | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/nw-gyp | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/istanbul | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected]) | |
[email protected] node_modules/lodash | |
[email protected] node_modules/jshint | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] | |
[email protected] node_modules/node-gyp | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected]) | |
[email protected] node_modules/babel-cli | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected]) | |
[email protected] node_modules/babel-preset-es2015 | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[nodegit] Configuring libssh2. | |
[nodegit] Everything is ready to go, attempting compilation | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/annotated_commit.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/attr_file.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/attr.o | |
../vendor/libgit2/src/attr.c:10:1: warning: unused function 'kh_clear_str' [-Wunused-function] | |
GIT__USE_STRMAP | |
^ | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:104:1: note: expanded from here | |
kh_clear_str | |
^ | |
../vendor/libgit2/src/attr.c:10:1: warning: unused function 'kh_del_str' [-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:118:1: note: expanded from here | |
kh_del_str | |
^ | |
2 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/attrcache.o | |
../vendor/libgit2/src/attrcache.c:8:1: warning: unused function 'kh_clear_str' | |
[-Wunused-function] | |
GIT__USE_STRMAP | |
^ | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:104:1: note: expanded from here | |
kh_clear_str | |
^ | |
../vendor/libgit2/src/attrcache.c:8:1: warning: unused function 'kh_del_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:118:1: note: expanded from here | |
kh_del_str | |
^ | |
2 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/blame_git.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/blame.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/blob.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/branch.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/buf_text.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/buffer.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/cache.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/checkout.o | |
../vendor/libgit2/src/checkout.c:37:1: warning: unused function 'kh_clear_str' | |
[-Wunused-function] | |
GIT__USE_STRMAP | |
^ | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:116:1: note: expanded from here | |
kh_clear_str | |
^ | |
../vendor/libgit2/src/checkout.c:37:1: warning: unused function 'kh_get_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:225:16: note: expanded from macro '__KHASH_IMPL' | |
SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key) \ | |
^ | |
<scratch space>:119:1: note: expanded from here | |
kh_get_str | |
^ | |
../vendor/libgit2/src/checkout.c:37:1: warning: unused function 'kh_put_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:302:16: note: expanded from macro '__KHASH_IMPL' | |
SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \ | |
^ | |
<scratch space>:125:1: note: expanded from here | |
kh_put_str | |
^ | |
../vendor/libgit2/src/checkout.c:37:1: warning: unused function 'kh_del_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:130:1: note: expanded from here | |
kh_del_str | |
^ | |
4 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/cherrypick.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/clone.o | |
../vendor/libgit2/src/clone.c:464:20: warning: unused function 'repository_base' | |
[-Wunused-function] | |
static const char *repository_base(git_repository *repo) | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/commit_list.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/commit.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/config_cache.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/config_file.o | |
../vendor/libgit2/src/config_file.c:24:1: warning: unused function 'kh_clear_str' | |
[-Wunused-function] | |
GIT__USE_STRMAP | |
^ | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:104:1: note: expanded from here | |
kh_clear_str | |
^ | |
../vendor/libgit2/src/config_file.c:24:1: warning: unused function 'kh_del_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:118:1: note: expanded from here | |
kh_del_str | |
^ | |
2 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/config.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/crlf.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/date.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/delta-apply.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/delta.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_driver.o | |
../vendor/libgit2/src/diff_driver.c:20:1: warning: unused function 'kh_clear_str' | |
[-Wunused-function] | |
GIT__USE_STRMAP | |
^ | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:104:1: note: expanded from here | |
kh_clear_str | |
^ | |
../vendor/libgit2/src/diff_driver.c:20:1: warning: unused function 'kh_del_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:118:1: note: expanded from here | |
kh_del_str | |
^ | |
2 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_file.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_patch.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_print.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_stats.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_tform.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_xdiff.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/errors.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/fetch.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/fetchhead.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/filebuf.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/fileops.o | |
../vendor/libgit2/src/fileops.c:16:1: warning: unused function 'kh_init_str' | |
[-Wunused-function] | |
GIT__USE_STRMAP | |
^ | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:207:23: note: expanded from macro '__KHASH_IMPL' | |
SCOPE kh_##name##_t *kh_init_##name(void) ... | |
^ | |
<scratch space>:90:1: note: expanded from here | |
kh_init_str | |
^ | |
../vendor/libgit2/src/fileops.c:16:1: warning: unused function 'kh_destroy_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:210:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_destroy_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:95:1: note: expanded from here | |
kh_destroy_str | |
^ | |
../vendor/libgit2/src/fileops.c:16:1: warning: unused function 'kh_clear_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:98:1: note: expanded from here | |
kh_clear_str | |
^ | |
../vendor/libgit2/src/fileops.c:16:1: warning: unused function 'kh_del_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:112:1: note: expanded from here | |
kh_del_str | |
^ | |
4 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/filter.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/fnmatch.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/global.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/graph.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/hash.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/hash/hash_generic.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/hashsig.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/ident.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/ignore.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/index.o | |
../vendor/libgit2/src/index.c:30:1: warning: unused function 'kh_init_idxicase' | |
[-Wunused-function] | |
GIT__USE_IDXMAP_ICASE | |
^ | |
../vendor/libgit2/src/idxmap.h:45:2: note: expanded from macro 'GIT__USE_IDXMAP_ICASE' | |
__KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_en... | |
^ | |
../vendor/libgit2/src/khash.h:207:23: note: expanded from macro '__KHASH_IMPL' | |
SCOPE kh_##name##_t *kh_init_##name(void) ... | |
^ | |
<scratch space>:137:1: note: expanded from here | |
kh_init_idxicase | |
^ | |
../vendor/libgit2/src/index.c:30:1: warning: unused function 'kh_destroy_idxicase' | |
[-Wunused-function] | |
../vendor/libgit2/src/idxmap.h:45:2: note: expanded from macro 'GIT__USE_IDXMAP_ICASE' | |
__KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_en... | |
^ | |
../vendor/libgit2/src/khash.h:210:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_destroy_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:142:1: note: expanded from here | |
kh_destroy_idxicase | |
^ | |
../vendor/libgit2/src/index.c:30:1: warning: unused function 'kh_clear_idxicase' | |
[-Wunused-function] | |
../vendor/libgit2/src/idxmap.h:45:2: note: expanded from macro 'GIT__USE_IDXMAP_ICASE' | |
__KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_en... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:145:1: note: expanded from here | |
kh_clear_idxicase | |
^ | |
3 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/indexer.o | |
../vendor/libgit2/src/indexer.c:21:1: warning: unused function 'kh_clear_oid' | |
[-Wunused-function] | |
GIT__USE_OIDMAP | |
^ | |
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP' | |
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_has... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:110:1: note: expanded from here | |
kh_clear_oid | |
^ | |
../vendor/libgit2/src/indexer.c:21:1: warning: unused function 'kh_del_oid' | |
[-Wunused-function] | |
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP' | |
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_has... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:124:1: note: expanded from here | |
kh_del_oid | |
^ | |
2 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/iterator.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/merge_file.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/merge.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/message.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/mwindow.o | |
../vendor/libgit2/src/mwindow.c:17:1: warning: unused function 'kh_clear_str' | |
[-Wunused-function] | |
GIT__USE_STRMAP | |
^ | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:110:1: note: expanded from here | |
kh_clear_str | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/netops.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/notes.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/object_api.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/object.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/odb_loose.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/odb_mempack.o | |
../vendor/libgit2/src/odb_mempack.c:21:1: warning: unused function 'kh_del_oid' | |
[-Wunused-function] | |
GIT__USE_OIDMAP | |
^ | |
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP' | |
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_has... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:118:1: note: expanded from here | |
kh_del_oid | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/odb_pack.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/odb.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/oid.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/oidarray.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/openssl_stream.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/pack-objects.o | |
../vendor/libgit2/src/pack-objects.c:44:1: warning: unused function 'kh_del_oid' | |
[-Wunused-function] | |
GIT__USE_OIDMAP | |
^ | |
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP' | |
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_has... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:124:1: note: expanded from here | |
kh_del_oid | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/pack.o | |
../vendor/libgit2/src/pack.c:19:1: warning: unused function 'kh_clear_off' [-Wunused-function] | |
GIT__USE_OFFMAP | |
^ | |
../vendor/libgit2/src/offmap.h:24:2: note: expanded from macro 'GIT__USE_OFFMAP' | |
__KHASH_IMPL(off, static kh_inline, git_off_t, void *, 1, kh_int64_hash_func, ... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:110:1: note: expanded from here | |
kh_clear_off | |
^ | |
../vendor/libgit2/src/pack.c:20:1: warning: unused function 'kh_init_oid' [-Wunused-function] | |
GIT__USE_OIDMAP | |
^ | |
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP' | |
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_has... | |
^ | |
../vendor/libgit2/src/khash.h:207:23: note: expanded from macro '__KHASH_IMPL' | |
SCOPE kh_##name##_t *kh_init_##name(void) ... | |
^ | |
<scratch space>:129:1: note: expanded from here | |
kh_init_oid | |
^ | |
../vendor/libgit2/src/pack.c:20:1: warning: unused function 'kh_destroy_oid' | |
[-Wunused-function] | |
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP' | |
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_has... | |
^ | |
../vendor/libgit2/src/khash.h:210:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_destroy_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:134:1: note: expanded from here | |
kh_destroy_oid | |
^ | |
../vendor/libgit2/src/pack.c:20:1: warning: unused function 'kh_clear_oid' [-Wunused-function] | |
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP' | |
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_has... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:137:1: note: expanded from here | |
kh_clear_oid | |
^ | |
../vendor/libgit2/src/pack.c:20:1: warning: unused function 'kh_put_oid' [-Wunused-function] | |
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP' | |
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_has... | |
^ | |
../vendor/libgit2/src/khash.h:302:16: note: expanded from macro '__KHASH_IMPL' | |
SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \ | |
^ | |
<scratch space>:146:1: note: expanded from here | |
kh_put_oid | |
^ | |
../vendor/libgit2/src/pack.c:20:1: warning: unused function 'kh_del_oid' [-Wunused-function] | |
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP' | |
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_has... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:151:1: note: expanded from here | |
kh_del_oid | |
^ | |
6 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/path.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/pathspec.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/pool.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/posix.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/pqueue.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/push.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/rebase.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/refdb_fs.o | |
../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_init_str' | |
[-Wunused-function] | |
GIT__USE_STRMAP | |
^ | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:207:23: note: expanded from macro '__KHASH_IMPL' | |
SCOPE kh_##name##_t *kh_init_##name(void) ... | |
^ | |
<scratch space>:108:1: note: expanded from here | |
kh_init_str | |
^ | |
../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_destroy_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:210:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_destroy_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:113:1: note: expanded from here | |
kh_destroy_str | |
^ | |
../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_clear_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:116:1: note: expanded from here | |
kh_clear_str | |
^ | |
../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_get_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:225:16: note: expanded from macro '__KHASH_IMPL' | |
SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key) \ | |
^ | |
<scratch space>:119:1: note: expanded from here | |
kh_get_str | |
^ | |
../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_put_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:302:16: note: expanded from macro '__KHASH_IMPL' | |
SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \ | |
^ | |
<scratch space>:125:1: note: expanded from here | |
kh_put_str | |
^ | |
../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_del_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:130:1: note: expanded from here | |
kh_del_str | |
^ | |
6 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/refdb.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/reflog.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/refs.o | |
../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_init_str' [-Wunused-function] | |
GIT__USE_STRMAP | |
^ | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:207:23: note: expanded from macro '__KHASH_IMPL' | |
SCOPE kh_##name##_t *kh_init_##name(void) ... | |
^ | |
<scratch space>:102:1: note: expanded from here | |
kh_init_str | |
^ | |
../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_destroy_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:210:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_destroy_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:107:1: note: expanded from here | |
kh_destroy_str | |
^ | |
../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_clear_str' [-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:110:1: note: expanded from here | |
kh_clear_str | |
^ | |
../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_get_str' [-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:225:16: note: expanded from macro '__KHASH_IMPL' | |
SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key) \ | |
^ | |
<scratch space>:113:1: note: expanded from here | |
kh_get_str | |
^ | |
../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_put_str' [-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:302:16: note: expanded from macro '__KHASH_IMPL' | |
SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \ | |
^ | |
<scratch space>:119:1: note: expanded from here | |
kh_put_str | |
^ | |
../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_del_str' [-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:124:1: note: expanded from here | |
kh_del_str | |
^ | |
6 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/refspec.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/remote.o | |
../vendor/libgit2/src/remote.c:550:12: warning: unused function 'update_config_refspec' | |
[-Wunused-function] | |
static int update_config_refspec(const git_remote *remote, git_config *config, int direction) | |
^ | |
../vendor/libgit2/src/remote.c:2093:12: warning: unused function 'set_refspecs' | |
[-Wunused-function] | |
static int set_refspecs(git_remote *remote, git_strarray *array, int push) | |
^ | |
2 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/repository.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/reset.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/revert.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/revparse.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/revwalk.o | |
../vendor/libgit2/src/revwalk.c:17:1: warning: unused function 'kh_clear_oid' | |
[-Wunused-function] | |
GIT__USE_OIDMAP | |
^ | |
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP' | |
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_has... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:104:1: note: expanded from here | |
kh_clear_oid | |
^ | |
../vendor/libgit2/src/revwalk.c:17:1: warning: unused function 'kh_del_oid' | |
[-Wunused-function] | |
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP' | |
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_has... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:118:1: note: expanded from here | |
kh_del_oid | |
^ | |
2 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/settings.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/sha1_lookup.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/signature.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/socket_stream.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/sortedcache.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/stash.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/status.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/strmap.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/submodule.o | |
../vendor/libgit2/src/submodule.c:87:1: warning: unused function 'kh_clear_str' | |
[-Wunused-function] | |
__KHASH_IMPL( | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:116:1: note: expanded from here | |
kh_clear_str | |
^ | |
../vendor/libgit2/src/submodule.c:87:1: warning: unused function 'kh_del_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:130:1: note: expanded from here | |
kh_del_str | |
^ | |
2 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/sysdir.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/tag.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/thread-utils.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/trace.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transaction.o | |
../vendor/libgit2/src/transaction.c:22:1: warning: unused function 'kh_clear_str' | |
[-Wunused-function] | |
GIT__USE_STRMAP | |
^ | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_clear_##name(kh_##name##_t *h... | |
^ | |
<scratch space>:104:1: note: expanded from here | |
kh_clear_str | |
^ | |
../vendor/libgit2/src/transaction.c:22:1: warning: unused function 'kh_del_str' | |
[-Wunused-function] | |
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP' | |
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func... | |
^ | |
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL' | |
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ | |
^ | |
<scratch space>:118:1: note: expanded from here | |
kh_del_str | |
^ | |
2 warnings generated. | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transport.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/auth.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/cred_helpers.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/cred.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/git.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/http.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/local.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/smart_pkt.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/smart_protocol.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/smart.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/ssh.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/tree-cache.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/tree.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/tsort.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/util.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/vector.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xdiffi.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xemit.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xhistogram.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xmerge.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xpatience.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xprepare.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xutils.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/zstream.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/stransport_stream.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/tls_stream.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/unix/map.o | |
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/unix/realpath.o | |
LIBTOOL-STATIC Release/git2.a | |
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/adler32.o | |
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/crc32.o | |
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/deflate.o | |
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/inffast.o | |
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/inflate.o | |
../vendor/libgit2/deps/zlib/inflate.c:1507:61: warning: shifting a negative signed value is | |
undefined [-Wshift-negative-value] | |
if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16; | |
~~~ ^ | |
1 warning generated. | |
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/inftrees.o | |
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/trees.o | |
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/zutil.o | |
LIBTOOL-STATIC Release/zlib.a | |
CC(target) Release/obj.target/http_parser/vendor/http_parser/http_parser.o | |
LIBTOOL-STATIC Release/http_parser.a | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/bio_ssl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_both.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_clnt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_meth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_pkt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_srtp.o | |
../vendor/openssl/openssl/ssl/d1_srtp.c:143:7: warning: missing field 'id' initializer | |
[-Wmissing-field-initializers] | |
{0} | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_srvr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/kssl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s23_clnt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s23_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s23_meth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s23_pkt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s23_srvr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_clnt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_meth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_pkt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_srvr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_both.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_cbc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_clnt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_meth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_pkt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_srvr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_algs.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_asn1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_cert.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_ciph.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_conf.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_err2.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_lib.o | |
../vendor/openssl/openssl/ssl/ssl_lib.c:188:1: warning: missing field 'enc_flags' initializer | |
[-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_rsa.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_sess.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_stat.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_txt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_utst.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_clnt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_ext.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_meth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_reneg.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_srvr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_trce.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/tls_srp.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_cfb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_ctr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_ecb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_ige.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_misc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_ofb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_wrap.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_bitstr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_bool.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_bytes.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_d2i_fp.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_digest.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_dup.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_enum.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_gentm.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_i2d_fp.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_int.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_mbstr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_object.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_octet.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_print.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_set.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_sign.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_strex.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_strnid.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_time.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_type.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_utctm.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_utf8.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_verify.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/ameth_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn1_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn1_gen.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn1_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn1_par.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn_mime.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn_moid.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn_pack.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/bio_asn1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/bio_ndef.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/d2i_pr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/d2i_pu.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/evp_asn1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/f_enum.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/f_int.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/f_string.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/i2d_pr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/i2d_pu.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/n_pkey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/nsseq.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/p5_pbe.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/p5_pbev2.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/p8_pkey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_bitst.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_crl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_pkey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_req.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_spki.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_x509.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_x509a.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_dec.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_fre.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_new.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_prn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_typ.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_utl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_algor.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_attrib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_bignum.o | |
../vendor/openssl/openssl/crypto/asn1/x_bignum.c:89:1: warning: missing field 'prim_print' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_crl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_exten.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_info.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_long.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_name.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_nx509.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_pkey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_pubkey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_req.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_sig.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_spki.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_val.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_x509.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_x509a.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bf/bf_cfb64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bf/bf_ecb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bf/bf_ofb64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bf/bf_skey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/b_dump.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/b_print.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/b_sock.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bf_buff.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bf_nbio.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bf_null.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bio_cb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bio_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bio_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_acpt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_bio.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_conn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_dgram.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_fd.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_file.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_log.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_mem.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_null.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_sock.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_add.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_blind.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_const.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_ctx.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_depr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_div.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_exp.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_exp2.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_gcd.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_gf2m.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_kron.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_mod.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_mont.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_mpi.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_mul.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_nist.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_prime.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_print.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_rand.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_recp.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_shift.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_sqr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_sqrt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_word.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_x931p.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/buffer/buf_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/buffer/buf_str.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/buffer/buffer.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_cfb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_ctr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_ecb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_ofb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_utl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cast/c_cfb64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cast/c_ecb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cast/c_ofb64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cast/c_skey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cmac/cm_ameth.o | |
../vendor/openssl/openssl/crypto/cmac/cm_ameth.c:96:1: warning: missing field 'item_verify' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cmac/cm_pmeth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cmac/cmac.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_asn1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_att.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_cd.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_dd.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_env.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_ess.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_io.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_kari.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_pwri.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_sd.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_smime.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/comp/c_rle.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/comp/c_zlib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/comp/comp_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/comp/comp_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_api.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_def.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_mall.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_mod.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_sap.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cpt_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cryptlib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cversion.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/cbc_cksm.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/cbc_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/cfb64ede.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/cfb64enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/cfb_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/des_old.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/des_old2.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ecb3_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ecb_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ede_cbcm_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/enc_read.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/enc_writ.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/fcrypt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ofb64ede.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ofb64enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ofb_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/pcbc_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/qud_cksm.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/rand_key.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/read2pwd.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/rpc_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/set_key.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/str2key.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/xcbc_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_ameth.o | |
../vendor/openssl/openssl/crypto/dh/dh_ameth.c:617:1: warning: missing field 'old_priv_decode' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
../vendor/openssl/openssl/crypto/dh/dh_ameth.c:649:1: warning: missing field 'old_priv_decode' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
2 warnings generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_asn1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_check.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_depr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_gen.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_kdf.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_key.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_pmeth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_prn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_rfc5114.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_ameth.o | |
../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:629:21: warning: missing field 'pem_str' | |
initializer [-Wmissing-field-initializers] | |
ASN1_PKEY_ALIAS}, | |
^ | |
../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:634:21: warning: missing field 'pem_str' | |
initializer [-Wmissing-field-initializers] | |
ASN1_PKEY_ALIAS}, | |
^ | |
../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:639:21: warning: missing field 'pem_str' | |
initializer [-Wmissing-field-initializers] | |
ASN1_PKEY_ALIAS}, | |
^ | |
../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:644:21: warning: missing field 'pem_str' | |
initializer [-Wmissing-field-initializers] | |
ASN1_PKEY_ALIAS}, | |
^ | |
../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:677:25: warning: missing field 'item_verify' | |
initializer [-Wmissing-field-initializers] | |
old_dsa_priv_encode} | |
^ | |
5 warnings generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_asn1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_depr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_gen.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_key.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_ossl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_pmeth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_prn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_sign.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_vrf.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_beos.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_dl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_dlfcn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_null.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_openssl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_vms.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_win32.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ebcdic.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec2_mult.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec2_oct.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec2_smpl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_ameth.o | |
../vendor/openssl/openssl/crypto/ec/ec_ameth.c:642:1: warning: missing field 'item_verify' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_asn1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_check.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_curve.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_cvt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_key.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_mult.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_oct.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_pmeth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_print.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/eck_prn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_mont.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nist.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nistp224.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nistp256.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nistp521.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nistputil.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_oct.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_smpl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdh/ech_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdh/ech_kdf.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdh/ech_key.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdh/ech_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdh/ech_ossl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_asn1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_ossl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_sign.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_vrf.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_all.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_cnf.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_cryptodev.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_ctrl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_dyn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_fat.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_init.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_list.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_openssl.o | |
../vendor/openssl/openssl/crypto/engine/eng_openssl.c:361:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_pkey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_rdrand.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_table.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_asnmth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_cipher.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_dh.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_digest.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_dsa.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_ecdh.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_ecdsa.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_pkmeth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_rand.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_rsa.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_store.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/err/err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/err/err_all.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/err/err_prn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/bio_b64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/bio_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/bio_md.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/bio_ok.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/c_all.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/c_allc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/c_alld.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/digest.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_aes.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_aes_cbc_hmac_sha1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_aes_cbc_hmac_sha256.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_bf.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_camellia.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_cast.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_des.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_des3.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_idea.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_null.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_old.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_rc2.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_rc4.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_rc4_hmac_md5.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_rc5.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_seed.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_xcbc_d.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/encode.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_acnf.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_cnf.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_key.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_pbe.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_pkey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_dss.o | |
../vendor/openssl/openssl/crypto/evp/m_dss.c:98:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_dss1.o | |
../vendor/openssl/openssl/crypto/evp/m_dss1.c:99:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_ecdsa.o | |
../vendor/openssl/openssl/crypto/evp/m_ecdsa.c:148:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_md2.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_md4.o | |
../vendor/openssl/openssl/crypto/evp/m_md4.c:102:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_md5.o | |
../vendor/openssl/openssl/crypto/evp/m_md5.c:101:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_mdc2.o | |
../vendor/openssl/openssl/crypto/evp/m_mdc2.c:102:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_null.o | |
../vendor/openssl/openssl/crypto/evp/m_null.c:93:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_ripemd.o | |
../vendor/openssl/openssl/crypto/evp/m_ripemd.c:101:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_sha.o | |
../vendor/openssl/openssl/crypto/evp/m_sha.c:100:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_sha1.o | |
../vendor/openssl/openssl/crypto/evp/m_sha1.c:99:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
../vendor/openssl/openssl/crypto/evp/m_sha1.c:146:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
../vendor/openssl/openssl/crypto/evp/m_sha1.c:166:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
../vendor/openssl/openssl/crypto/evp/m_sha1.c:209:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
../vendor/openssl/openssl/crypto/evp/m_sha1.c:229:1: warning: missing field 'md_ctrl' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
5 warnings generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_sigver.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_wp.o | |
../vendor/openssl/openssl/crypto/evp/m_wp.c:42:1: warning: missing field 'md_ctrl' initializer | |
[-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/names.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p5_crpt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p5_crpt2.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_dec.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_open.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_seal.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_sign.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_verify.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/pmeth_fn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/pmeth_gn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/pmeth_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ex_data.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/fips_ers.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/hmac/hm_ameth.o | |
../vendor/openssl/openssl/crypto/hmac/hm_ameth.c:167:1: warning: missing field 'item_verify' | |
initializer [-Wmissing-field-initializers] | |
}; | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/hmac/hm_pmeth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/hmac/hmac.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/idea/i_cbc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/idea/i_cfb64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/idea/i_ecb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/idea/i_ofb64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/idea/i_skey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/krb5/krb5_asn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/lhash/lh_stats.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/lhash/lhash.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/md4/md4_dgst.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/md4/md4_one.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/md5/md5_dgst.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/md5/md5_one.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/mdc2/mdc2_one.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/mdc2/mdc2dgst.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/mem.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/mem_dbg.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/cbc128.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/ccm128.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/cfb128.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/ctr128.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/cts128.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/gcm128.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/ofb128.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/wrap128.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/xts128.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/o_dir.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/o_fips.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/o_init.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/o_str.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/o_time.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/objects/o_names.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/objects/obj_dat.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/objects/obj_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/objects/obj_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/objects/obj_xref.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_asn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_cl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_ext.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_ht.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_prn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_srv.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_vfy.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_all.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_info.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_oth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_pk8.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_pkey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_seal.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_sign.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_x509.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_xaux.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pvkfmt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_add.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_asn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_attr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_crpt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_crt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_decr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_init.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_key.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_kiss.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_mutl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_npas.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_p8d.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_p8e.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_utl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/pk12err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/bio_pk7.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_asn1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_attr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_doit.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_mime.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_smime.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pkcs7err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pqueue/pqueue.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/md_rand.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_egd.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_nw.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_os2.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_unix.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_win.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/randfile.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc2/rc2_cbc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc2/rc2_ecb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc2/rc2_skey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc2/rc2cfb64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc2/rc2ofb64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc4/rc4_utl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ripemd/rmd_dgst.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ripemd/rmd_one.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_ameth.o | |
../vendor/openssl/openssl/crypto/rsa/rsa_ameth.c:958:21: warning: missing field 'pem_str' | |
initializer [-Wmissing-field-initializers] | |
ASN1_PKEY_ALIAS} | |
^ | |
1 warning generated. | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_asn1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_chk.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_crpt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_depr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_eay.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_gen.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_none.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_null.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_oaep.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_pk1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_pmeth.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_prn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_pss.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_saos.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_sign.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_ssl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_x931.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/seed/seed.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/seed/seed_cbc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/seed/seed_cfb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/seed/seed_ecb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/seed/seed_ofb.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha1_one.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha1dgst.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha256.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha512.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha_dgst.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha_one.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/srp/srp_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/srp/srp_vfy.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/stack/stack.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_asn1.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_conf.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_req_print.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_req_utils.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_rsp_print.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_rsp_sign.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_rsp_utils.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_rsp_verify.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_verify_ctx.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/txt_db/txt_db.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ui/ui_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ui/ui_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ui/ui_openssl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ui/ui_util.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/uid.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/whrlpool/wp_dgst.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/by_dir.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/by_file.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_att.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_cmp.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_d2.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_def.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_ext.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_lu.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_obj.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_r2x.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_req.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_set.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_trs.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_txt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_v3.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_vfy.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_vpm.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509cset.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509name.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509rset.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509spki.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509type.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x_all.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_cache.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_data.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_map.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_node.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_tree.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_addr.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_akey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_akeya.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_alt.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_asid.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_bcons.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_bitst.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_conf.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_cpols.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_crld.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_enum.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_extku.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_genn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_ia5.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_info.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_int.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_lib.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_ncons.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_ocsp.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_pci.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_pcia.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_pcons.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_pku.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_pmaps.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_prn.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_purp.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_scts.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_skey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_sxnet.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_utl.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3err.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_4758cca.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_aep.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_atalla.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_capi.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_chil.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_cswift.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_gmp.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_nuron.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_sureware.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_ubsec.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/aes/aes-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/aes/aesni-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/aes/vpaes-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/aes/aesni-mb-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/aes/aesni-sha256-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/aes/bsaes-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/aes/aesni-sha1-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/bn/rsaz-avx2.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/bn/rsaz-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/bn/x86_64-mont.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/bn/x86_64-mont5.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/bn/x86_64-gf2m.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/camellia/cmll-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/ec/ecp_nistz256-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/md5/md5-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/sha/sha1-mb-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/sha/sha1-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/sha/sha256-mb-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/sha/sha256-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/sha/sha512-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/whrlpool/wp-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/modes/aesni-gcm-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/modes/ghash-x86_64.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/asm_obsolete/x64-macosx-gas/x86_64cpuid.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/asm/x86_64-gcc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bf/bf_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/rsaz_exp.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cast/c_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_misc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/des_enc.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/fcrypt_b.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nistz256.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ui/ui_compat.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc4/rc4_skey.o | |
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc4/rc4_enc.o | |
LIBTOOL-STATIC Release/openssl.a | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/agent.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/crypt.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/keepalive.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/libgcrypt.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/openssl.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/publickey.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/sftp.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/version.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/channel.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/global.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/kex.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/mac.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/packet.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/scp.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/transport.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/comp.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/hostkey.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/knownhost.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/misc.o | |
../vendor/libssh2/src/misc.c:205:19: warning: unused variable 'base64_table' | |
[-Wunused-const-variable] | |
static const char base64_table[] = | |
^ | |
../vendor/libssh2/src/misc.c:214:19: warning: unused variable 'base64_pad' | |
[-Wunused-const-variable] | |
static const char base64_pad = '='; | |
^ | |
2 warnings generated. | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/pem.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/session.o | |
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/userauth.o | |
LIBTOOL-STATIC Release/ssh2.a | |
CXX(target) Release/obj.target/nodegit/src/lock_master.o | |
CXX(target) Release/obj.target/nodegit/src/nodegit.o | |
CXX(target) Release/obj.target/nodegit/src/init_ssh2.o | |
CXX(target) Release/obj.target/nodegit/src/promise_completion.o | |
CXX(target) Release/obj.target/nodegit/src/wrapper.o | |
CXX(target) Release/obj.target/nodegit/src/functions/copy.o | |
CXX(target) Release/obj.target/nodegit/src/functions/sleep_for_ms.o | |
CXX(target) Release/obj.target/nodegit/src/convenient_patch.o | |
CXX(target) Release/obj.target/nodegit/src/convenient_hunk.o | |
CXX(target) Release/obj.target/nodegit/src/str_array_converter.o | |
CXX(target) Release/obj.target/nodegit/src/thread_pool.o | |
CXX(target) Release/obj.target/nodegit/src/annotated_commit.o | |
CXX(target) Release/obj.target/nodegit/src/attr.o | |
CXX(target) Release/obj.target/nodegit/src/blame.o | |
CXX(target) Release/obj.target/nodegit/src/blame_hunk.o | |
CXX(target) Release/obj.target/nodegit/src/blame_options.o | |
../src/blame_options.cc:31:37: warning: missing field 'flags' initializer | |
[-Wmissing-field-initializers] | |
git_blame_options wrappedValue = GIT_BLAME_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/blame.h:82:58: note: expanded from macro | |
'GIT_BLAME_OPTIONS_INIT' | |
#define GIT_BLAME_OPTIONS_INIT {GIT_BLAME_OPTIONS_VERSION} | |
^ | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/blob.o | |
CXX(target) Release/obj.target/nodegit/src/branch.o | |
CXX(target) Release/obj.target/nodegit/src/branch_iterator.o | |
CXX(target) Release/obj.target/nodegit/src/buf.o | |
CXX(target) Release/obj.target/nodegit/src/cert.o | |
CXX(target) Release/obj.target/nodegit/src/cert_hostkey.o | |
CXX(target) Release/obj.target/nodegit/src/cert_x509.o | |
CXX(target) Release/obj.target/nodegit/src/checkout.o | |
CXX(target) Release/obj.target/nodegit/src/checkout_options.o | |
../src/checkout_options.cc:34:40: warning: missing field 'checkout_strategy' initializer | |
[-Wmissing-field-initializers] | |
git_checkout_options wrappedValue = GIT_CHECKOUT_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/checkout.h:298:64: note: expanded from macro | |
'GIT_CHECKOUT_OPTIONS_INIT' | |
#define GIT_CHECKOUT_OPTIONS_INIT {GIT_CHECKOUT_OPTIONS_VERSION} | |
^ | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/cherrypick.o | |
CXX(target) Release/obj.target/nodegit/src/cherrypick_options.o | |
../src/cherrypick_options.cc:32:42: warning: missing field 'flags' initializer | |
[-Wmissing-field-initializers] | |
git_cherrypick_options wrappedValue = GIT_CHERRYPICK_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/cherrypick.h:37:73: note: expanded from macro | |
'GIT_CHERRYPICK_OPTIONS_INIT' | |
#define GIT_CHERRYPICK_OPTIONS_INIT {GIT_CHERRYPICK_OPTIONS_VERSION, 0, GIT_MERGE_OPTI... | |
^ | |
../vendor/libgit2/include/git2/merge.h:284:58: note: expanded from macro | |
'GIT_MERGE_OPTIONS_INIT' | |
#define GIT_MERGE_OPTIONS_INIT {GIT_MERGE_OPTIONS_VERSION} | |
^ | |
../src/cherrypick_options.cc:32:42: warning: missing field 'checkout_strategy' initializer | |
[-Wmissing-field-initializers] | |
../vendor/libgit2/include/git2/cherrypick.h:37:97: note: expanded from macro | |
'GIT_CHERRYPICK_OPTIONS_INIT' | |
...{GIT_CHERRYPICK_OPTIONS_VERSION, 0, GIT_MERGE_OPTIONS_INIT, GIT_CHECKOUT_OPTIONS_INIT} | |
^ | |
../vendor/libgit2/include/git2/checkout.h:298:64: note: expanded from macro | |
'GIT_CHECKOUT_OPTIONS_INIT' | |
#define GIT_CHECKOUT_OPTIONS_INIT {GIT_CHECKOUT_OPTIONS_VERSION} | |
^ | |
2 warnings generated. | |
CXX(target) Release/obj.target/nodegit/src/clone.o | |
CXX(target) Release/obj.target/nodegit/src/clone_options.o | |
../src/clone_options.cc:32:37: warning: missing field 'disable_filters' initializer | |
[-Wmissing-field-initializers] | |
git_clone_options wrappedValue = GIT_CLONE_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/clone.h:168:52: note: expanded from macro | |
'GIT_CLONE_OPTIONS_INIT' | |
{ GIT_CHECKOUT_OPTIONS_VERSION, GIT_CHECKOUT_SAFE }, \ | |
^ | |
../src/clone_options.cc:32:37: warning: missing field 'sideband_progress' initializer | |
[-Wmissing-field-initializers] | |
../vendor/libgit2/include/git2/clone.h:169:2: note: expanded from macro | |
'GIT_CLONE_OPTIONS_INIT' | |
GIT_FETCH_OPTIONS_INIT } | |
^ | |
../vendor/libgit2/include/git2/remote.h:558:61: note: expanded from macro | |
'GIT_FETCH_OPTIONS_INIT' | |
#define GIT_FETCH_OPTIONS_INIT { GIT_FETCH_OPTIONS_VERSION, GIT_REMOTE_CALLBACKS_INIT... | |
^ | |
../vendor/libgit2/include/git2/remote.h:461:64: note: expanded from macro | |
'GIT_REMOTE_CALLBACKS_INIT' | |
#define GIT_REMOTE_CALLBACKS_INIT {GIT_REMOTE_CALLBACKS_VERSION} | |
^ | |
../src/clone_options.cc:32:37: warning: missing field 'download_tags' initializer | |
[-Wmissing-field-initializers] | |
../vendor/libgit2/include/git2/clone.h:169:2: note: expanded from macro | |
'GIT_CLONE_OPTIONS_INIT' | |
GIT_FETCH_OPTIONS_INIT } | |
^ | |
../vendor/libgit2/include/git2/remote.h:558:119: note: expanded from macro | |
'GIT_FETCH_OPTIONS_INIT' | |
...GIT_FETCH_OPTIONS_VERSION, GIT_REMOTE_CALLBACKS_INIT, GIT_FETCH_PRUNE_UNSPECIFIED, 1 } | |
^ | |
../src/clone_options.cc:32:37: warning: missing field 'bare' initializer | |
[-Wmissing-field-initializers] | |
../vendor/libgit2/include/git2/clone.h:169:25: note: expanded from macro | |
'GIT_CLONE_OPTIONS_INIT' | |
GIT_FETCH_OPTIONS_INIT } | |
^ | |
4 warnings generated. | |
CXX(target) Release/obj.target/nodegit/src/commit.o | |
../src/commit.cc:2013:2: warning: variable 'from_tree_out' is uninitialized when used here | |
[-Wuninitialized] | |
*from_tree_out = Nan::ObjectWrap::Unwrap<GitTree>(info[0]->ToObject())->GetValue(); | |
^~~~~~~~~~~~~ | |
../src/commit.cc:2012:28: note: initialize the variable 'from_tree_out' to silence this | |
warning | |
git_tree ** from_tree_out; | |
^ | |
= nullptr | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/config.o | |
../src/config.cc:361:2: warning: variable 'from_tx' is uninitialized when used here | |
[-Wuninitialized] | |
*from_tx = Nan::ObjectWrap::Unwrap<GitTransaction>(info[0]->ToObject())->GetValue(); | |
^~~~~~~ | |
../src/config.cc:360:29: note: initialize the variable 'from_tx' to silence this warning | |
git_transaction ** from_tx; | |
^ | |
= nullptr | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/config_entry.o | |
CXX(target) Release/obj.target/nodegit/src/cred.o | |
CXX(target) Release/obj.target/nodegit/src/cred_default.o | |
CXX(target) Release/obj.target/nodegit/src/cred_username.o | |
CXX(target) Release/obj.target/nodegit/src/cred_userpass_payload.o | |
CXX(target) Release/obj.target/nodegit/src/cvar_map.o | |
CXX(target) Release/obj.target/nodegit/src/describe_format_options.o | |
CXX(target) Release/obj.target/nodegit/src/describe_options.o | |
CXX(target) Release/obj.target/nodegit/src/diff.o | |
CXX(target) Release/obj.target/nodegit/src/diff_binary.o | |
CXX(target) Release/obj.target/nodegit/src/diff_binary_file.o | |
CXX(target) Release/obj.target/nodegit/src/diff_delta.o | |
CXX(target) Release/obj.target/nodegit/src/diff_file.o | |
CXX(target) Release/obj.target/nodegit/src/diff_find_options.o | |
../src/diff_find_options.cc:30:41: warning: missing field 'flags' initializer | |
[-Wmissing-field-initializers] | |
git_diff_find_options wrappedValue = GIT_DIFF_FIND_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/diff.h:710:66: note: expanded from macro | |
'GIT_DIFF_FIND_OPTIONS_INIT' | |
#define GIT_DIFF_FIND_OPTIONS_INIT {GIT_DIFF_FIND_OPTIONS_VERSION} | |
^ | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/diff_hunk.o | |
CXX(target) Release/obj.target/nodegit/src/diff_line.o | |
CXX(target) Release/obj.target/nodegit/src/diff_options.o | |
../src/diff_options.cc:33:36: warning: missing field 'interhunk_lines' initializer | |
[-Wmissing-field-initializers] | |
git_diff_options wrappedValue = GIT_DIFF_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/diff.h:425:95: note: expanded from macro | |
'GIT_DIFF_OPTIONS_INIT' | |
...0, GIT_SUBMODULE_IGNORE_UNSPECIFIED, {NULL,0}, NULL, NULL, NULL, 3} | |
^ | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/diff_perfdata.o | |
CXX(target) Release/obj.target/nodegit/src/diff_stats.o | |
CXX(target) Release/obj.target/nodegit/src/error.o | |
CXX(target) Release/obj.target/nodegit/src/fetch.o | |
CXX(target) Release/obj.target/nodegit/src/fetch_options.o | |
../src/fetch_options.cc:31:37: warning: missing field 'sideband_progress' initializer | |
[-Wmissing-field-initializers] | |
git_fetch_options wrappedValue = GIT_FETCH_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/remote.h:558:61: note: expanded from macro | |
'GIT_FETCH_OPTIONS_INIT' | |
#define GIT_FETCH_OPTIONS_INIT { GIT_FETCH_OPTIONS_VERSION, GIT_REMOTE_CALLBACKS_INIT... | |
^ | |
../vendor/libgit2/include/git2/remote.h:461:64: note: expanded from macro | |
'GIT_REMOTE_CALLBACKS_INIT' | |
#define GIT_REMOTE_CALLBACKS_INIT {GIT_REMOTE_CALLBACKS_VERSION} | |
^ | |
../src/fetch_options.cc:31:37: warning: missing field 'download_tags' initializer | |
[-Wmissing-field-initializers] | |
../vendor/libgit2/include/git2/remote.h:558:119: note: expanded from macro | |
'GIT_FETCH_OPTIONS_INIT' | |
...GIT_FETCH_OPTIONS_VERSION, GIT_REMOTE_CALLBACKS_INIT, GIT_FETCH_PRUNE_UNSPECIFIED, 1 } | |
^ | |
2 warnings generated. | |
CXX(target) Release/obj.target/nodegit/src/filter.o | |
CXX(target) Release/obj.target/nodegit/src/filter_list.o | |
CXX(target) Release/obj.target/nodegit/src/giterr.o | |
CXX(target) Release/obj.target/nodegit/src/graph.o | |
CXX(target) Release/obj.target/nodegit/src/hashsig.o | |
CXX(target) Release/obj.target/nodegit/src/ignore.o | |
CXX(target) Release/obj.target/nodegit/src/index.o | |
../src/index.cc:1510:4: warning: variable 'from_at_pos' is uninitialized when used here | |
[-Wuninitialized] | |
*from_at_pos = (size_t) info[0]->ToNumber()->Value(); | |
^~~~~~~~~~~ | |
../src/index.cc:1509:23: note: initialize the variable 'from_at_pos' to silence this warning | |
size_t * from_at_pos; | |
^ | |
= nullptr | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/index_conflict_iterator.o | |
CXX(target) Release/obj.target/nodegit/src/index_entry.o | |
CXX(target) Release/obj.target/nodegit/src/index_time.o | |
CXX(target) Release/obj.target/nodegit/src/indexer.o | |
CXX(target) Release/obj.target/nodegit/src/libgit2.o | |
../src/libgit2.cc:163:4: warning: variable 'from_major' is uninitialized when used here | |
[-Wuninitialized] | |
*from_major = (int) info[0]->ToNumber()->Value(); | |
^~~~~~~~~~ | |
../src/libgit2.cc:162:19: note: initialize the variable 'from_major' to silence this warning | |
int * from_major; | |
^ | |
= nullptr | |
../src/libgit2.cc:167:4: warning: variable 'from_minor' is uninitialized when used here | |
[-Wuninitialized] | |
*from_minor = (int) info[1]->ToNumber()->Value(); | |
^~~~~~~~~~ | |
../src/libgit2.cc:166:19: note: initialize the variable 'from_minor' to silence this warning | |
int * from_minor; | |
^ | |
= nullptr | |
../src/libgit2.cc:171:4: warning: variable 'from_rev' is uninitialized when used here | |
[-Wuninitialized] | |
*from_rev = (int) info[2]->ToNumber()->Value(); | |
^~~~~~~~ | |
../src/libgit2.cc:170:17: note: initialize the variable 'from_rev' to silence this warning | |
int * from_rev; | |
^ | |
= nullptr | |
3 warnings generated. | |
CXX(target) Release/obj.target/nodegit/src/mempack.o | |
CXX(target) Release/obj.target/nodegit/src/merge.o | |
CXX(target) Release/obj.target/nodegit/src/merge_file_input.o | |
../src/merge_file_input.cc:30:40: warning: missing field 'ptr' initializer | |
[-Wmissing-field-initializers] | |
git_merge_file_input wrappedValue = GIT_MERGE_FILE_INPUT_INIT; | |
^ | |
../vendor/libgit2/include/git2/merge.h:49:64: note: expanded from macro | |
'GIT_MERGE_FILE_INPUT_INIT' | |
#define GIT_MERGE_FILE_INPUT_INIT {GIT_MERGE_FILE_INPUT_VERSION} | |
^ | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/merge_file_options.o | |
../src/merge_file_options.cc:30:42: warning: missing field 'ancestor_label' initializer | |
[-Wmissing-field-initializers] | |
git_merge_file_options wrappedValue = GIT_MERGE_FILE_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/merge.h:197:68: note: expanded from macro | |
'GIT_MERGE_FILE_OPTIONS_INIT' | |
#define GIT_MERGE_FILE_OPTIONS_INIT {GIT_MERGE_FILE_OPTIONS_VERSION} | |
^ | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/merge_file_result.o | |
CXX(target) Release/obj.target/nodegit/src/merge_options.o | |
../src/merge_options.cc:30:37: warning: missing field 'flags' initializer | |
[-Wmissing-field-initializers] | |
git_merge_options wrappedValue = GIT_MERGE_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/merge.h:284:58: note: expanded from macro | |
'GIT_MERGE_OPTIONS_INIT' | |
#define GIT_MERGE_OPTIONS_INIT {GIT_MERGE_OPTIONS_VERSION} | |
^ | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/merge_result.o | |
CXX(target) Release/obj.target/nodegit/src/message.o | |
CXX(target) Release/obj.target/nodegit/src/note.o | |
CXX(target) Release/obj.target/nodegit/src/note_iterator.o | |
CXX(target) Release/obj.target/nodegit/src/object.o | |
CXX(target) Release/obj.target/nodegit/src/odb.o | |
CXX(target) Release/obj.target/nodegit/src/odb_object.o | |
CXX(target) Release/obj.target/nodegit/src/oid.o | |
CXX(target) Release/obj.target/nodegit/src/oid_shorten.o | |
CXX(target) Release/obj.target/nodegit/src/oidarray.o | |
CXX(target) Release/obj.target/nodegit/src/openssl.o | |
CXX(target) Release/obj.target/nodegit/src/packbuilder.o | |
CXX(target) Release/obj.target/nodegit/src/patch.o | |
../src/patch.cc:1218:23: warning: comparison of integers of different signs: 'int' and | |
'size_t' (aka 'unsigned long') [-Wsign-compare] | |
for (int i = 0; i < git_diff_num_deltas(baton->diff); ++i) { | |
~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/pathspec.o | |
CXX(target) Release/obj.target/nodegit/src/pathspec_match_list.o | |
CXX(target) Release/obj.target/nodegit/src/push.o | |
CXX(target) Release/obj.target/nodegit/src/push_options.o | |
../src/push_options.cc:32:36: warning: missing field 'sideband_progress' initializer | |
[-Wmissing-field-initializers] | |
git_push_options wrappedValue = GIT_PUSH_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/remote.h:602:62: note: expanded from macro | |
'GIT_PUSH_OPTIONS_INIT' | |
#define GIT_PUSH_OPTIONS_INIT { GIT_PUSH_OPTIONS_VERSION, 0, GIT_REMOTE_CALLBACKS_INIT } | |
^ | |
../vendor/libgit2/include/git2/remote.h:461:64: note: expanded from macro | |
'GIT_REMOTE_CALLBACKS_INIT' | |
#define GIT_REMOTE_CALLBACKS_INIT {GIT_REMOTE_CALLBACKS_VERSION} | |
^ | |
../src/push_options.cc:32:36: warning: missing field 'custom_headers' initializer | |
[-Wmissing-field-initializers] | |
../vendor/libgit2/include/git2/remote.h:602:88: note: expanded from macro | |
'GIT_PUSH_OPTIONS_INIT' | |
#define GIT_PUSH_OPTIONS_INIT { GIT_PUSH_OPTIONS_VERSION, 0, GIT_REMOTE_CALLBACKS_INIT } | |
^ | |
2 warnings generated. | |
CXX(target) Release/obj.target/nodegit/src/push_update.o | |
CXX(target) Release/obj.target/nodegit/src/rebase.o | |
../src/rebase.cc:485:2: warning: variable 'from_index' is uninitialized when used here | |
[-Wuninitialized] | |
*from_index = Nan::ObjectWrap::Unwrap<GitIndex>(info[0]->ToObject())->GetValue(); | |
^~~~~~~~~~ | |
../src/rebase.cc:484:26: note: initialize the variable 'from_index' to silence this warning | |
git_index ** from_index; | |
^ | |
= nullptr | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/rebase_operation.o | |
CXX(target) Release/obj.target/nodegit/src/rebase_options.o | |
../src/rebase_options.cc:31:38: warning: missing field 'flags' initializer | |
[-Wmissing-field-initializers] | |
git_rebase_options wrappedValue = GIT_REBASE_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/rebase.h:118:44: note: expanded from macro | |
'GIT_REBASE_OPTIONS_INIT' | |
{ GIT_REBASE_OPTIONS_VERSION, 0, 0, NULL, GIT_MERGE_OPTIONS_INIT, \ | |
^ | |
../vendor/libgit2/include/git2/merge.h:284:58: note: expanded from macro | |
'GIT_MERGE_OPTIONS_INIT' | |
#define GIT_MERGE_OPTIONS_INIT {GIT_MERGE_OPTIONS_VERSION} | |
^ | |
../src/rebase_options.cc:31:38: warning: missing field 'checkout_strategy' initializer | |
[-Wmissing-field-initializers] | |
../vendor/libgit2/include/git2/rebase.h:119:4: note: expanded from macro | |
'GIT_REBASE_OPTIONS_INIT' | |
GIT_CHECKOUT_OPTIONS_INIT} | |
^ | |
../vendor/libgit2/include/git2/checkout.h:298:64: note: expanded from macro | |
'GIT_CHECKOUT_OPTIONS_INIT' | |
#define GIT_CHECKOUT_OPTIONS_INIT {GIT_CHECKOUT_OPTIONS_VERSION} | |
^ | |
2 warnings generated. | |
CXX(target) Release/obj.target/nodegit/src/refdb.o | |
CXX(target) Release/obj.target/nodegit/src/reference.o | |
CXX(target) Release/obj.target/nodegit/src/reflog.o | |
CXX(target) Release/obj.target/nodegit/src/reflog_entry.o | |
CXX(target) Release/obj.target/nodegit/src/refspec.o | |
CXX(target) Release/obj.target/nodegit/src/remote.o | |
CXX(target) Release/obj.target/nodegit/src/remote_callbacks.o | |
../src/remote_callbacks.cc:33:40: warning: missing field 'sideband_progress' initializer | |
[-Wmissing-field-initializers] | |
git_remote_callbacks wrappedValue = GIT_REMOTE_CALLBACKS_INIT; | |
^ | |
../vendor/libgit2/include/git2/remote.h:461:64: note: expanded from macro | |
'GIT_REMOTE_CALLBACKS_INIT' | |
#define GIT_REMOTE_CALLBACKS_INIT {GIT_REMOTE_CALLBACKS_VERSION} | |
^ | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/repository.o | |
CXX(target) Release/obj.target/nodegit/src/repository_init_options.o | |
../src/repository_init_options.cc:30:47: warning: missing field 'flags' initializer | |
[-Wmissing-field-initializers] | |
git_repository_init_options wrappedValue = GIT_REPOSITORY_INIT_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/repository.h:271:78: note: expanded from macro | |
'GIT_REPOSITORY_INIT_OPTIONS_INIT' | |
#define GIT_REPOSITORY_INIT_OPTIONS_INIT {GIT_REPOSITORY_INIT_OPTIONS_VERSION} | |
^ | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/reset.o | |
CXX(target) Release/obj.target/nodegit/src/revert.o | |
CXX(target) Release/obj.target/nodegit/src/revert_options.o | |
../src/revert_options.cc:32:38: warning: missing field 'flags' initializer | |
[-Wmissing-field-initializers] | |
git_revert_options wrappedValue = GIT_REVERT_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/revert.h:37:65: note: expanded from macro | |
'GIT_REVERT_OPTIONS_INIT' | |
#define GIT_REVERT_OPTIONS_INIT {GIT_REVERT_OPTIONS_VERSION, 0, GIT_MERGE_OPTIONS_INIT... | |
^ | |
../vendor/libgit2/include/git2/merge.h:284:58: note: expanded from macro | |
'GIT_MERGE_OPTIONS_INIT' | |
#define GIT_MERGE_OPTIONS_INIT {GIT_MERGE_OPTIONS_VERSION} | |
^ | |
../src/revert_options.cc:32:38: warning: missing field 'checkout_strategy' initializer | |
[-Wmissing-field-initializers] | |
../vendor/libgit2/include/git2/revert.h:37:89: note: expanded from macro | |
'GIT_REVERT_OPTIONS_INIT' | |
#define GIT_REVERT_OPTIONS_INIT {GIT_REVERT_OPTIONS_VERSION, 0, GIT_MERGE_OPTIONS_INIT, GIT_CH... | |
^ | |
../vendor/libgit2/include/git2/checkout.h:298:64: note: expanded from macro | |
'GIT_CHECKOUT_OPTIONS_INIT' | |
#define GIT_CHECKOUT_OPTIONS_INIT {GIT_CHECKOUT_OPTIONS_VERSION} | |
^ | |
2 warnings generated. | |
CXX(target) Release/obj.target/nodegit/src/revparse.o | |
../src/revparse.cc:66:2: warning: variable 'from_object_out' is uninitialized when used here | |
[-Wuninitialized] | |
*from_object_out = Nan::ObjectWrap::Unwrap<GitObject>(info[0]->ToObject())->GetValue(); | |
^~~~~~~~~~~~~~~ | |
../src/revparse.cc:65:32: note: initialize the variable 'from_object_out' to silence this | |
warning | |
git_object ** from_object_out; | |
^ | |
= nullptr | |
../src/revparse.cc:70:2: warning: variable 'from_reference_out' is uninitialized when used | |
here [-Wuninitialized] | |
*from_reference_out = Nan::ObjectWrap::Unwrap<GitRefs>(info[1]->ToObject())->GetValue(); | |
^~~~~~~~~~~~~~~~~~ | |
../src/revparse.cc:69:38: note: initialize the variable 'from_reference_out' to silence this | |
warning | |
git_reference ** from_reference_out; | |
^ | |
= nullptr | |
2 warnings generated. | |
CXX(target) Release/obj.target/nodegit/src/revwalk.o | |
../src/revwalk.cc:967:29: warning: missing field 'interhunk_lines' initializer | |
[-Wmissing-field-initializers] | |
git_diff_options opts = GIT_DIFF_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/diff.h:425:95: note: expanded from macro | |
'GIT_DIFF_OPTIONS_INIT' | |
...0, GIT_SUBMODULE_IGNORE_UNSPECIFIED, {NULL,0}, NULL, NULL, NULL, 3} | |
^ | |
../src/revwalk.cc:950:7: warning: comparison of integers of different signs: 'unsigned int' | |
and 'int' [-Wsign-compare] | |
i < baton->max_count && (baton->error_code = git_revwalk_next(nextOid, baton->walk... | |
~ ^ ~~~~~~~~~~~~~~~~ | |
2 warnings generated. | |
CXX(target) Release/obj.target/nodegit/src/signature.o | |
CXX(target) Release/obj.target/nodegit/src/smart.o | |
CXX(target) Release/obj.target/nodegit/src/stash.o | |
CXX(target) Release/obj.target/nodegit/src/stash_apply_options.o | |
../src/stash_apply_options.cc:31:43: warning: missing field 'checkout_strategy' initializer | |
[-Wmissing-field-initializers] | |
git_stash_apply_options wrappedValue = GIT_STASH_APPLY_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/stash.h:142:2: note: expanded from macro | |
'GIT_STASH_APPLY_OPTIONS_INIT' | |
GIT_CHECKOUT_OPTIONS_INIT } | |
^ | |
../vendor/libgit2/include/git2/checkout.h:298:64: note: expanded from macro | |
'GIT_CHECKOUT_OPTIONS_INIT' | |
#define GIT_CHECKOUT_OPTIONS_INIT {GIT_CHECKOUT_OPTIONS_VERSION} | |
^ | |
../src/stash_apply_options.cc:31:43: warning: missing field 'progress_cb' initializer | |
[-Wmissing-field-initializers] | |
../vendor/libgit2/include/git2/stash.h:142:28: note: expanded from macro | |
'GIT_STASH_APPLY_OPTIONS_INIT' | |
GIT_CHECKOUT_OPTIONS_INIT } | |
^ | |
2 warnings generated. | |
CXX(target) Release/obj.target/nodegit/src/status.o | |
../src/status.cc:664:4: warning: variable 'from_ignored' is uninitialized when used here | |
[-Wuninitialized] | |
*from_ignored = (int) info[0]->ToNumber()->Value(); | |
^~~~~~~~~~~~ | |
../src/status.cc:663:21: note: initialize the variable 'from_ignored' to silence this warning | |
int * from_ignored; | |
^ | |
= nullptr | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/status_entry.o | |
CXX(target) Release/obj.target/nodegit/src/status_list.o | |
CXX(target) Release/obj.target/nodegit/src/status_options.o | |
../src/status_options.cc:31:38: warning: missing field 'show' initializer | |
[-Wmissing-field-initializers] | |
git_status_options wrappedValue = GIT_STATUS_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/status.h:185:60: note: expanded from macro | |
'GIT_STATUS_OPTIONS_INIT' | |
#define GIT_STATUS_OPTIONS_INIT {GIT_STATUS_OPTIONS_VERSION} | |
^ | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/strarray.o | |
CXX(target) Release/obj.target/nodegit/src/submodule.o | |
CXX(target) Release/obj.target/nodegit/src/submodule_update_options.o | |
../src/submodule_update_options.cc:32:48: warning: missing field 'disable_filters' initializer | |
[-Wmissing-field-initializers] | |
git_submodule_update_options wrappedValue = GIT_SUBMODULE_UPDATE_OPTIONS_INIT; | |
^ | |
../vendor/libgit2/include/git2/submodule.h:162:53: note: expanded from macro | |
'GIT_SUBMODULE_UPDATE_OPTIONS_INIT' | |
{ GIT_CHECKOUT_OPTIONS_VERSION, GIT_CHECKOUT_SAFE }, \ | |
^ | |
../src/submodule_update_options.cc:32:48: warning: missing field 'sideband_progress' | |
initializer [-Wmissing-field-initializers] | |
../vendor/libgit2/include/git2/submodule.h:163:2: note: expanded from macro | |
'GIT_SUBMODULE_UPDATE_OPTIONS_INIT' | |
GIT_FETCH_OPTIONS_INIT, GIT_CHECKOUT_SAFE } | |
^ | |
../vendor/libgit2/include/git2/remote.h:558:61: note: expanded from macro | |
'GIT_FETCH_OPTIONS_INIT' | |
#define GIT_FETCH_OPTIONS_INIT { GIT_FETCH_OPTIONS_VERSION, GIT_REMOTE_CALLBACKS_INIT... | |
^ | |
../vendor/libgit2/include/git2/remote.h:461:64: note: expanded from macro | |
'GIT_REMOTE_CALLBACKS_INIT' | |
#define GIT_REMOTE_CALLBACKS_INIT {GIT_REMOTE_CALLBACKS_VERSION} | |
^ | |
../src/submodule_update_options.cc:32:48: warning: missing field 'download_tags' initializer | |
[-Wmissing-field-initializers] | |
../vendor/libgit2/include/git2/submodule.h:163:2: note: expanded from macro | |
'GIT_SUBMODULE_UPDATE_OPTIONS_INIT' | |
GIT_FETCH_OPTIONS_INIT, GIT_CHECKOUT_SAFE } | |
^ | |
../vendor/libgit2/include/git2/remote.h:558:119: note: expanded from macro | |
'GIT_FETCH_OPTIONS_INIT' | |
...GIT_FETCH_OPTIONS_VERSION, GIT_REMOTE_CALLBACKS_INIT, GIT_FETCH_PRUNE_UNSPECIFIED, 1 } | |
^ | |
3 warnings generated. | |
CXX(target) Release/obj.target/nodegit/src/tag.o | |
../src/tag.cc:1632:2: warning: variable 'from_tag_target_out' is uninitialized when used here | |
[-Wuninitialized] | |
*from_tag_target_out = Nan::ObjectWrap::Unwrap<GitObject>(info[0]->ToObject())->GetValue(); | |
^~~~~~~~~~~~~~~~~~~ | |
../src/tag.cc:1631:36: note: initialize the variable 'from_tag_target_out' to silence this | |
warning | |
git_object ** from_tag_target_out; | |
^ | |
= nullptr | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/time.o | |
CXX(target) Release/obj.target/nodegit/src/trace.o | |
CXX(target) Release/obj.target/nodegit/src/transaction.o | |
CXX(target) Release/obj.target/nodegit/src/transfer_progress.o | |
CXX(target) Release/obj.target/nodegit/src/transport.o | |
CXX(target) Release/obj.target/nodegit/src/tree.o | |
../src/tree.cc:453:2: warning: variable 'from_dest' is uninitialized when used here | |
[-Wuninitialized] | |
*from_dest = Nan::ObjectWrap::Unwrap<GitTreeEntry>(info[0]->ToObject())->GetValue(); | |
^~~~~~~~~ | |
../src/tree.cc:452:30: note: initialize the variable 'from_dest' to silence this warning | |
git_tree_entry ** from_dest; | |
^ | |
= nullptr | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/tree_entry.o | |
../src/tree_entry.cc:218:2: warning: variable 'from_object_out' is uninitialized when used | |
here [-Wuninitialized] | |
*from_object_out = Nan::ObjectWrap::Unwrap<GitObject>(info[0]->ToObject())->GetValue(); | |
^~~~~~~~~~~~~~~ | |
../src/tree_entry.cc:217:32: note: initialize the variable 'from_object_out' to silence this | |
warning | |
git_object ** from_object_out; | |
^ | |
= nullptr | |
1 warning generated. | |
CXX(target) Release/obj.target/nodegit/src/treebuilder.o | |
CXX(target) Release/obj.target/nodegit/src/writestream.o | |
SOLINK_MODULE(target) Release/nodegit.node | |
0 | |
lib/blame.js -> dist/blame.js | |
lib/blob.js -> dist/blob.js | |
lib/checkout.js -> dist/checkout.js | |
lib/cherrypick.js -> dist/cherrypick.js | |
lib/clone.js -> dist/clone.js | |
lib/commit.js -> dist/commit.js | |
lib/config.js -> dist/config.js | |
lib/convenient_hunks.js -> dist/convenient_hunks.js | |
lib/convenient_patch.js -> dist/convenient_patch.js | |
lib/diff.js -> dist/diff.js | |
lib/diff_file.js -> dist/diff_file.js | |
lib/diff_line.js -> dist/diff_line.js | |
lib/enums.js -> dist/enums.js | |
lib/index.js -> dist/index.js | |
lib/merge.js -> dist/merge.js | |
lib/nodegit.js -> dist/nodegit.js | |
lib/note.js -> dist/note.js | |
lib/object.js -> dist/object.js | |
lib/odb.js -> dist/odb.js | |
lib/odb_object.js -> dist/odb_object.js | |
lib/oid.js -> dist/oid.js | |
lib/rebase.js -> dist/rebase.js | |
lib/reference.js -> dist/reference.js | |
lib/remote.js -> dist/remote.js | |
lib/repository.js -> dist/repository.js | |
lib/reset.js -> dist/reset.js | |
lib/revert.js -> dist/revert.js | |
lib/revwalk.js -> dist/revwalk.js | |
lib/signature.js -> dist/signature.js | |
lib/stash.js -> dist/stash.js | |
lib/status.js -> dist/status.js | |
lib/status_file.js -> dist/status_file.js | |
lib/status_list.js -> dist/status_list.js | |
lib/submodule.js -> dist/submodule.js | |
lib/tag.js -> dist/tag.js | |
lib/tree.js -> dist/tree.js | |
lib/tree_entry.js -> dist/tree_entry.js | |
lib/utils/lookup_wrapper.js -> dist/utils/lookup_wrapper.js | |
lib/utils/normalize_options.js -> dist/utils/normalize_options.js | |
lib/utils/shallow_clone.js -> dist/utils/shallow_clone.js | |
> [email protected] postinstall /Users/vesa/code/muut/flow-typed/cli/node_modules/nodegit | |
> node postinstall.js | |
> [email protected] prepublish /Users/vesa/code/muut/flow-typed/cli | |
> mkdir -p dist; npm run test | |
> [email protected] test /Users/vesa/code/muut/flow-typed/cli | |
> npm run clean; npm run build; npm run test-quick | |
> [email protected] clean /Users/vesa/code/muut/flow-typed/cli | |
> rm -rf dist | |
> [email protected] build /Users/vesa/code/muut/flow-typed/cli | |
> mkdir -p dist; babel ./src --out-dir=./dist | |
src/__mocks__/nodegit.js -> dist/__mocks__/nodegit.js | |
src/cli.js -> dist/cli.js | |
src/commands/__tests__/search-test.js -> dist/commands/__tests__/search-test.js | |
src/commands/install.js -> dist/commands/install.js | |
src/commands/runTests.js -> dist/commands/runTests.js | |
src/commands/search.js -> dist/commands/search.js | |
src/commands/validateDefs.js -> dist/commands/validateDefs.js | |
src/commands/version.js -> dist/commands/version.js | |
src/lib/__tests__/codeSign-test.js -> dist/lib/__tests__/codeSign-test.js | |
src/lib/__tests__/libDefs-test.js -> dist/lib/__tests__/libDefs-test.js | |
src/lib/__tests__/semver-test.js -> dist/lib/__tests__/semver-test.js | |
src/lib/codeSign.js -> dist/lib/codeSign.js | |
src/lib/fileUtils.js -> dist/lib/fileUtils.js | |
src/lib/github.js -> dist/lib/github.js | |
src/lib/libDefs.js -> dist/lib/libDefs.js | |
src/lib/node.js -> dist/lib/node.js | |
src/lib/semver.js -> dist/lib/semver.js | |
> [email protected] test-quick /Users/vesa/code/muut/flow-typed/cli | |
> npm run lint && jest | |
> [email protected] lint /Users/vesa/code/muut/flow-typed/cli | |
> eslint . | |
Using Jest CLI v11.0.0, jasmine2, babel-jest | |
PASS dist/lib/__tests__/codeSign-test.js (3.001s) | |
PASS dist/lib/__tests__/semver-test.js (3.054s) | |
PASS dist/lib/__tests__/libDefs-test.js (3.446s) | |
PASS dist/commands/__tests__/search-test.js (3.515s) | |
29 tests passed (29 total in 4 test suites, run time 5.504s) | |
[email protected] node_modules/eslint-plugin-flow-vars | |
[email protected] node_modules/rx-lite | |
[email protected] node_modules/through | |
[email protected] node_modules/semver | |
[email protected] node_modules/md5 | |
├── [email protected] | |
├── [email protected] | |
└── [email protected] | |
[email protected] node_modules/mkdirp | |
└── [email protected] | |
[email protected] node_modules/github | |
└── [email protected] | |
[email protected] node_modules/table | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] | |
[email protected] node_modules/request | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/yargs | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected]) | |
[email protected] node_modules/flow-bin | |
├── [email protected] ([email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/jest-cli | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected]) | |
[email protected] node_modules/lodash | |
[email protected] node_modules/eslint | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected]) | |
[email protected] node_modules/babel-polyfill | |
├── [email protected] | |
├── [email protected] | |
└── [email protected] | |
[email protected] node_modules/babel-plugin-transform-flow-strip-types | |
├── [email protected] | |
└── [email protected] ([email protected], [email protected]) | |
[email protected] node_modules/babel-plugin-syntax-trailing-function-commas | |
└── [email protected] ([email protected], [email protected]) | |
[email protected] node_modules/babel-plugin-syntax-async-functions | |
└── [email protected] ([email protected], [email protected]) | |
[email protected] node_modules/babel-plugin-transform-regenerator | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected]) | |
[email protected] node_modules/babel-plugin-transform-object-rest-spread | |
├── [email protected] ([email protected]) | |
└── [email protected] ([email protected]) | |
[email protected] node_modules/babel-preset-es2015 | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/babel-jest | |
├── [email protected] ([email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/babel-eslint | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/babel-cli | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/nodegit | |
├── [email protected] ([email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
/Users/vesa/.nvm/versions/node/v4.4.0/bin/flow-typed -> /Users/vesa/.nvm/versions/node/v4.4.0/lib/node_modules/flow-typed/dist/cli.js | |
/Users/vesa/.nvm/versions/node/v4.4.0/lib/node_modules/flow-typed -> /Users/vesa/code/muut/flow-typed/cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment