Commit dd77904
authored
Fix compilation on MSVC 2019 (#60)
This commit fixes the compilation on older MSVC 2019 (19.29) by converting two
warnings that were treated as errors back to warnings. This problems doesn't occur
on newer MSVC 2022 and probably is resolved on glog's `master` or in one of the
maintained forks (`ng-log` or Abseil Logging).
For `v1.2.0` we should probably update/change the dependency to one of those
to stay with maintained dependencies.1 parent b981622 commit dd77904
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments