[MacPorts] #65128: xar @1.8.0.487.100.1: error: variable-sized object may not be initialized
MacPorts
noreply at macports.org
Sat May 7 17:39:02 UTC 2022
#65128: xar @1.8.0.487.100.1: error: variable-sized object may not be initialized
-------------------------+-------------------------------------------------
Reporter: | Owner: Schamschula
barracuda156 |
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: | Keywords: powerpc, tiger, leopard,
Port: xar | snowleopard
-------------------------+-------------------------------------------------
Comment (by kencu):
this works with gcc11 too:
{{{
#include <stdio.h>
typedef unsigned int uint;
int main(void) {
const uint keys_to_ignore_count = 1;
char * keys_to_ignore[keys_to_ignore_count];
keys_to_ignore[0] = "id"; // ID is allowed ot mismatch
printf("Keys to ignore: %s\n\n", keys_to_ignore[0]);
return (0);
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/65128#comment:13>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list