summaryrefslogtreecommitdiffhomepage
path: root/tracker-freepie-udp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-freepie-udp')
-rw-r--r--tracker-freepie-udp/ftnoir_tracker_freepie-udp.cpp16
1 files changed, 12 insertions, 4 deletions
diff --git a/tracker-freepie-udp/ftnoir_tracker_freepie-udp.cpp b/tracker-freepie-udp/ftnoir_tracker_freepie-udp.cpp
index 6622a3b7..8c4d7c47 100644
--- a/tracker-freepie-udp/ftnoir_tracker_freepie-udp.cpp
+++ b/tracker-freepie-udp/ftnoir_tracker_freepie-udp.cpp
@@ -17,13 +17,21 @@ tracker_freepie::~tracker_freepie()
}
void tracker_freepie::run() {
-#pragma pack(push, 1)
- struct {
+#ifdef __clang__
+ struct __attribute__((packed)) {
uint8_t pad1;
uint8_t flags;
float fl[12];
- } data {};
-#pragma pack(pop)
+ } data {};
+#else
+ #pragma pack(push, 1)
+ struct {
+ uint8_t pad1;
+ uint8_t flags;
+ float fl[12];
+ } data {};
+ #pragma pack(pop)
+#endif
enum F
{