[Freeciv-Dev] (PR#12932) windows printf doesn't allow reordering argumen
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12932 >
> [jdorje - So 12. Feb 2006, 03:39:38]:
>
> Um, do all three of these fix the problem?
>
> -jason
>
Yes. And after having a look at the definition of the fc__attribute
macro (should have done this earlier ;-)) I'd suggest using the second one.
There won't be a problem with the underscores since they will be removed
together with the whole attribute specification when compiling with a
non GNU C compiler, so adding them should be safe.
|
|