diff options
| author | Michael Forney <mforney@mforney.org> | 2019-06-21 00:09:01 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-06-21 00:09:01 -0700 |
| commit | f4e0894554ccec0e3e28ddf4590a9d2e99b132e2 (patch) | |
| tree | 678a32011d6a077e18f1dfee7b30dfd8212fde4e /.gitmodules | |
| parent | 8fa6f295a007016e2c52a2fb14daf90ffee98139 (diff) | |
git: Avoid casts of string literal to integer in initializers
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 7f2c3b11..2cd36526 100644 --- a/.gitmodules +++ b/.gitmodules @@ -74,7 +74,7 @@ [submodule "pkg/git/src"] path = pkg/git/src url = https://github.com/git/git - ignore = untracked + ignore = all [submodule "pkg/hostap/src"] path = pkg/hostap/src url = git://w1.fi/hostap.git |
