Commit 84fe676
1 parent 8fb87f1 commit 84fe676
File tree
3 files changed
+3
-1
lines changed- src
- app
- core
- providers/ogr
3 files changed
+3
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1106 | 1106 |
| |
1107 | 1107 |
| |
1108 | 1108 |
| |
1109 |
| - | |
| 1109 | + | |
1110 | 1110 |
| |
1111 | 1111 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
| 124 | + | |
124 | 125 |
| |
125 | 126 |
| |
126 | 127 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| 97 | + | |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
|
3 commit comments
ahuarte47 commentedon Jan 15, 2014
Thanks @Matthias-Kuhn, I dont know how trace this UNUSED warnings
m-kuhn commentedon Jan 15, 2014
It's a gcc thing. I don't know if there's a possibility to track that with VS. But if not, there's no reason to worry.
ahuarte47 commentedon Jan 15, 2014
Thanks, I study it