Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iio: adc: talise-api: ignore ISO C90 vla warnings
On newer kernels warning/error is: ``` drivers/iio/adc/talise/talise_gpio.c:2032:5: error: ISO C90 forbids array 'gpioStatus' whose size can't be evaluated [-Werror=vla] 2032 | uint8_t gpioStatus[GPIO_STATUS_CMD_SIZE_BYTES]; ``` It's probable that upstream kernel decided to enforce some C90 stuff [vs C99]. We won't fix this code, but we will ignore it so that it builds on the adi-iio branch. Signed-off-by: Alexandru Ardelean <[email protected]>
- Loading branch information