paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] warnings during ap compile


From: Felix Ruess
Subject: Re: [Paparazzi-devel] warnings during ap compile
Date: Tue, 24 Sep 2013 00:00:29 +0200

Hi Chris,

seems commit f652bae7e91ec8963fe5dd9a52c2c8f480d8c0cf introduced this.
If flight plan blocks have non alphanumeric characters (like +-%<> etc...) the BLOCK_* defines that are now generated still contain these, but they are not allowed.
One option could be to convert all chars that are not alphanumeric to underscores...

Same goes for settings...

@Freek, could you please fix this?

Cheers, Felix


On Sun, Sep 22, 2013 at 8:46 PM, Chris <address@hidden> wrote:
Hi.
I get those warnings i have never seen before so i thought it would be a good idea to post them:

CC /home/hendrix/paparazzi/var/C182/ap/arch/lpc21/subsystems/settings_arch.o
In file included from ./subsystems/settings.h:13:0,
                 from arch/lpc21/subsystems/settings_arch.c:41:
/home/hendrix/paparazzi/var/C182/generated/settings.h:33:26: warning: ISO C99 requires whitespace after the macro name [enabled by default]
/home/hendrix/paparazzi/var/C182/generated/settings.h:34:26: warning: ISO C99 requires whitespace after the macro name [enabled by default]
/home/hendrix/paparazzi/var/C182/generated/settings.h:34:0: warning: "SETTINGS_ap_state" redefined [enabled by default]
/home/hendrix/paparazzi/var/C182/generated/settings.h:33:0: note: this is the location of the previous definition

Chris

_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]