Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler warnings on gcc 13.2.1 (libusual#48)
* Remove const annotation on PgSocket::connstr It is not correct to call free() on a const pointer. * Annotate a fallthrough in a switch Various compilers will warn if this is not annotated.
- Loading branch information