summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgps_core.c1
-rw-r--r--test_gpsmm.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/libgps_core.c b/libgps_core.c
index 7df1c9a3..7ff31862 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -295,7 +295,6 @@ void libgps_dump_state(struct gps_data_t *collect)
{
/* no need to dump the entire state, this is a sanity check */
#ifndef USE_QT
- /* will fail on a 32-bit machine */
(void)fprintf(debugfp, "flags: (0x%04x) %s\n",
(unsigned int)collect->set, gps_maskdump(collect->set));
#endif
diff --git a/test_gpsmm.cpp b/test_gpsmm.cpp
index 452b595e..8379c0e0 100644
--- a/test_gpsmm.cpp
+++ b/test_gpsmm.cpp
@@ -30,7 +30,6 @@ static void libgps_dump_state(struct gps_data_t *collect)
{
/* no need to dump the entire state, this is a sanity check */
#ifndef USE_QT
- /* will fail on a 32-bit macine */
(void)fprintf(stdout, "flags: (0x%04x) %s\n",
(unsigned int)collect->set, gps_maskdump(collect->set));
#endif