[DO-981] qt package (!15)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/15
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
diff --git a/mysys/my_default.cc b/mysys/my_default.cc
|
||||
--- a/mysys/my_default.cc
|
||||
+++ b/mysys/my_default.cc
|
||||
@@ -1180,7 +1180,7 @@ static mysql_file_getline_ret mysql_file_getline(char *buff, int size,
|
||||
|
||||
/* If the supplied buff/size is enough to store the line, then we return the
|
||||
* buff itself. In this case, we use this noop deleter */
|
||||
- static auto noop_free = [](void *) {};
|
||||
+ static auto noop_free = [](void *) noexcept {};
|
||||
|
||||
if (is_login_file) {
|
||||
if (mysql_file_ftell(file) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user