|
@@ -682,8 +682,6 @@ START_TEST(test_minmea_rescale)
|
|
}
|
|
}
|
|
END_TEST
|
|
END_TEST
|
|
|
|
|
|
-#pragma GCC diagnostic push
|
|
|
|
-#pragma GCC diagnostic ignored "-Wfloat-equal"
|
|
|
|
/* The float values used in tests should be exactly representable under IEEE754;
|
|
/* The float values used in tests should be exactly representable under IEEE754;
|
|
* false negatives will occur otherwise. */
|
|
* false negatives will occur otherwise. */
|
|
|
|
|
|
@@ -705,8 +703,6 @@ START_TEST(test_minmea_coord)
|
|
}
|
|
}
|
|
END_TEST
|
|
END_TEST
|
|
|
|
|
|
-#pragma GCC diagnostic pop
|
|
|
|
-
|
|
|
|
static Suite *minmea_suite(void)
|
|
static Suite *minmea_suite(void)
|
|
{
|
|
{
|
|
Suite *s = suite_create ("minmea");
|
|
Suite *s = suite_create ("minmea");
|