mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-03 01:11:11 +00:00
In the C wrapper, the argc argument is not used, causing an error (as we treat warnings as errors). Use a dummy allocation to get rid of the warning.