encfs/vendor
James Vasile d0ee11fe68 Initialize dummy variable
Building fails with a warning that we didn't init this var.  So I'm
setting it to 0.  Is that right, wrong, catastrophic?  I dunno, but
the warning went away and the build succeeds.  Maybe it would be
better to just -Wno-error=maybe-uninitialized in
vendor/github.com/google/googletest/googletest/cmake/internal_utils.cmake
or something.
2022-03-18 21:45:13 -04:00
..
github.com Initialize dummy variable 2022-03-18 21:45:13 -04:00
README.md switch to vendored easylogging 2017-08-05 23:23:09 -07:00

Vendored Packages

Some external dependencies are vendored here. Use git-vendor to view, add, or update vendored packages.

For example:

$ git-vendor list
easylogging@master:
        name:   easylogging
        dir:    vendor/github.com/muflihun/easyloggingpp
        repo:   https://github.com/muflihun/easyloggingpp
        ref:    master
        commit: e2b86551a5ba1d63b21b57a2bae1ddb0b0e5135e

tinyxml2@master:
        name:   tinyxml2
        dir:    vendor/github.com/leethomason/tinyxml2
        repo:   https://github.com/leethomason/tinyxml2.git
        ref:    master
        commit: 1979f3c87e68f489c7f6d88532aae4d76d9d3a78