linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iw: fix formats under MIPS64/PPC
@ 2024-07-02 19:35 Rosen Penev
  0 siblings, 0 replies; 10+ messages in thread
From: Rosen Penev @ 2024-07-02 19:35 UTC (permalink / raw)
  To: linux-wireless

__SANE_USERSPACE_TYPES__ needs to be defined to get consistent 64-bit
type defines and to fix -Wformat warnings.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 17be33f..2652fac 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ CFLAGS ?= -O2 -g
 CFLAGS += -Wall -Wextra -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common
 CFLAGS += -Werror-implicit-function-declaration -Wsign-compare -Wno-unused-parameter
 CFLAGS += -Wdeclaration-after-statement
+CFLAGS += -D__SANE_USERSPACE_TYPES__
 CFLAGS += $(CFLAGS_EVAL)
 CFLAGS += $(EXTRA_CFLAGS)
 
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [PATCH] iw: fix formats under MIPS64/PPC
@ 2024-06-28 22:32 Rosen Penev
  2024-07-01 10:01 ` Johannes Berg
  0 siblings, 1 reply; 10+ messages in thread
From: Rosen Penev @ 2024-06-28 22:32 UTC (permalink / raw)
  To: linux-wireless

__SANE_USERSPACE_TYPES__ needs to be defined to get consistent 64-bit
type defines and to fix -Wformat warnings.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 iw.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/iw.h b/iw.h
index f416d6d..436723f 100644
--- a/iw.h
+++ b/iw.h
@@ -1,6 +1,8 @@
 #ifndef __IW_H
 #define __IW_H
 
+#define __SANE_USERSPACE_TYPES__
+
 #include <stdbool.h>
 #include <netlink/netlink.h>
 #include <netlink/genl/genl.h>
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-07-02 19:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02 19:35 [PATCH] iw: fix formats under MIPS64/PPC Rosen Penev
  -- strict thread matches above, loose matches on Subject: below --
2024-06-28 22:32 Rosen Penev
2024-07-01 10:01 ` Johannes Berg
2024-07-01 21:28   ` Rosen Penev
2024-07-01 21:58     ` Johannes Berg
2024-07-01 22:07       ` Rosen Penev
2024-07-01 22:10         ` Johannes Berg
2024-07-01 22:16           ` Rosen Penev
2024-07-01 22:19             ` Johannes Berg
2024-07-01 22:22               ` Rosen Penev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).