Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.4.7
-
None
-
FreeBSD 12.0
FreeBSD clang version 6.0.1
cmake version 3.14.3
Description
in plugin/auth_pam/testing
--- plugin/auth_pam/testing/CMakeFiles/pam_mariadb_mtr.dir/all ---
|
/usr/ports/databases/mariadb104-server/work/mariadb-10.4.7/plugin/auth_pam/testing/pam_mariadb_mtr.c:59:24: error: use of undeclared identifier 'uint'; did you mean 'int'?
|
if (strlen(r1) == (uint)atoi(r2) % 100)
|
^~~~
|
int
|
/usr/ports/databases/mariadb104-server/work/mariadb-10.4.7/plugin/auth_pam/testing/pam_mariadb_mtr.c:59:23: error: reference to overloaded function could not be resolved; did you mean to call it?
|
if (strlen(r1) == (uint)atoi(r2) % 100)
|
^~~~~~
|
2 errors generated.
|