Commit 2c83051
Ivan Zhakov
Resolve compiler warning about potentially uninitialized local variable
in subversion/libsvn_wc/textbase.c:compare_and_verify().
There were no real problem in the code.
Similar to r1933206.
* subversion/libsvn_wc/textbase.c
(compare_verify): Initialize EOL_STYLE, EOL_STR, KEYWORDS and SPECIAL
to NULL values if there is no properties. Calculate NEED_TRANSLATION in
all cases using svn_subst_translation_required().
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1933210 13f79535-47bb-0310-9956-ffa450edef681 parent a24359b commit 2c83051
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 67 | | |
71 | 68 | | |
72 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| |||
0 commit comments