cpp-driver icon indicating copy to clipboard operation
cpp-driver copied to clipboard

Fix some compiler warnings in tests code

Open SeverinLeonhardt opened this issue 2 years ago • 2 comments
trafficstars

These are just some warnings I came across when building the driver for which I could implement a fix.

SeverinLeonhardt avatar Jun 27 '23 14:06 SeverinLeonhardt

With which compiler?

mykaul avatar Jun 13 '24 11:06 mykaul

With which compiler?

This was with the Microsoft Visual C++ compiler. Details can be found in the individual commit messages.

It seems c77df6c0dac306288d5c8227fcdad9eb01e48927 isn't necessary. The code compiles without it for version 19.29 and 19.40 of the compiler.

SeverinLeonhardt avatar Jun 19 '24 13:06 SeverinLeonhardt