Commit 18e5350
committed
OPTIMIZATION #4 (FIX): Remove unused columnSize variables (Windows build fix)
Same issue as OPT #3 - Windows compiler treats warnings as errors (/WX).
The columnSize variable was extracted but unused in SQL_CHAR and SQL_WCHAR
cases after OPTIMIZATION #4.
Changes:
--------
- Removed unused 'SQLULEN columnSize' from SQL_CHAR/VARCHAR/LONGVARCHAR
- Removed unused 'SQLULEN columnSize' from SQL_WCHAR/WVARCHAR/WLONGVARCHAR
- Retained fetchBufferSize and isLob which are actively used
Fixes Windows build error C4189 treated as error C2220.1 parent e1e827a commit 18e5350
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3283 | 3283 | | |
3284 | 3284 | | |
3285 | 3285 | | |
3286 | | - | |
3287 | 3286 | | |
3288 | 3287 | | |
3289 | 3288 | | |
| |||
3302 | 3301 | | |
3303 | 3302 | | |
3304 | 3303 | | |
3305 | | - | |
3306 | 3304 | | |
3307 | 3305 | | |
3308 | 3306 | | |
| |||
0 commit comments