dbcc icon indicating copy to clipboard operation
dbcc copied to clipboard

Fix cast warnings

Open mguzzina opened this issue 2 years ago • 0 comments

At least the ones I found.

if (!copts->use_doubles_for_encoding && strcmp(type, cast_type) == 0) should avoid useless casts of a type to the same identical type.

mguzzina avatar Jun 05 '23 11:06 mguzzina