1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Build fix:

Move the setting "treat warning as errors" befind feature detection,
otherwise several try_compile/try_run commands will fail.
This commit is contained in:
Georg Richter
2023-08-16 15:02:02 +02:00
parent 1acb81e11c
commit 5f88f50cf0
3 changed files with 9 additions and 10 deletions

View File

@@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "my_test.h"
#include <math.h>
#define MY_INT64_NUM_DECIMAL_DIGITS 21
#define MAX_INDEXES 64