http://bugs.openembedded.org/show_bug.cgi?id=979

           Summary: at76c503a-modules-0.0+cvs fails compiling...
           Product: Openembedded
           Version: Familiar 0.8.2
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


there is a C-Macro error since = is used for comparison, instead of ==


--- at76c503.c.orig     2006-05-12 09:36:48.000000000 +0200
+++ at76c503.c  2006-05-12 09:38:55.000000000 +0200
@@ -6705,7 +6705,7 @@
        .private_args   = (struct iw_priv_args *) at76c503_priv_args,
 #if WIRELESS_EXT > 16
        .get_wireless_stats = at76c503_get_wireless_stats,
-#elif WIRELESS_EXT = 16
+#elif WIRELESS_EXT == 16
        .spy_offset     = offsetof(struct at76c503, spy_data),
 #endif // #if WIRELESS_EXT > 15


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to