Skip to content

Commit

Permalink
test-grlib-multi: name union in platformctl_t
Browse files Browse the repository at this point in the history
JIRA: RTOS-847
  • Loading branch information
lukileczo authored and agkaminski committed Jun 25, 2024
1 parent c28bc0c commit 022f090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/grlib-multi/test-grlib-multi.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ TEST(test_adc, adcDefaultConfigConversion)
platformctl_t pctl = {

Check warning on line 484 in devices/grlib-multi/test-grlib-multi.c

View workflow job for this annotation

GitHub Actions / call-ci / build (sparcv8leon3-gr716-mini)

missing braces around initializer [-Wmissing-braces]

Check warning on line 484 in devices/grlib-multi/test-grlib-multi.c

View workflow job for this annotation

GitHub Actions / call-ci / build (sparcv8leon3-gr716-mini)

missing braces around initializer [-Wmissing-braces]
.action = pctl_set,
.type = pctl_iomux,
.iocfg = {
.task.iocfg = {

Check failure on line 487 in devices/grlib-multi/test-grlib-multi.c

View workflow job for this annotation

GitHub Actions / call-ci / build (sparcv8leon3-gr716-mini)

'platformctl_t' {aka 'struct <anonymous>'} has no member named 'task'
.opt = TEST_ADC_IOMUX_OPT,

Check failure on line 488 in devices/grlib-multi/test-grlib-multi.c

View workflow job for this annotation

GitHub Actions / call-ci / build (sparcv8leon3-gr716-mini)

'union <anonymous>' has no member named 'opt'
.pin = TEST_ADC_PIN,

Check failure on line 489 in devices/grlib-multi/test-grlib-multi.c

View workflow job for this annotation

GitHub Actions / call-ci / build (sparcv8leon3-gr716-mini)

'union <anonymous>' has no member named 'pin'
.pulldn = 0,

Check failure on line 490 in devices/grlib-multi/test-grlib-multi.c

View workflow job for this annotation

GitHub Actions / call-ci / build (sparcv8leon3-gr716-mini)

'union <anonymous>' has no member named 'pulldn'

Check warning on line 490 in devices/grlib-multi/test-grlib-multi.c

View workflow job for this annotation

GitHub Actions / call-ci / build (sparcv8leon3-gr716-mini)

excess elements in union initializer
Expand Down

0 comments on commit 022f090

Please sign in to comment.