ncbi / ncbi-cxx-toolkit-public

NCBI C++ Toolkit package sources
Other
55 stars 20 forks source link

fixed two compiler errors #10

Closed kemin711 closed 2 months ago

kemin711 commented 3 months ago
  1. setter with const keyword did not pass compiler
  2. proper casting of pointer type so that compiler can pass.
gouriano commented 3 months ago

Hi @kemin711

Thank you very much for your submission. Unfortunately, this is a read-only repository, and we do not accept pull requests here. All changes go into our internal repository first, and only after that they are mirrored here.

We have reviewed the proposed changes. The one in diff.h is an obvious one. As for DBLBGetServer, I see you only have added (const char const)_ cast. Is it really required? What was your OS and compiler?

Thanks