Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning: 'void udp_client_task(void*)' defined but not used [-Wunused… #1330

Merged
merged 2 commits into from
Jun 29, 2020

Conversation

vivien-apple
Copy link
Contributor

…-function] if CONFIG_USE_ECHO_CLIENT is not set

Problem

Remove some warnings:
warning: 'void udp_client_task(void*)' defined but not used [-Wunused-function]
warning: 'PAYLOAD' defined but not used [-Wunused-variable]
warning: 'TAG' defined but not used [-Wunused-variable]

…-function] if CONFIG_USE_ECHO_CLIENT is not set
@chip-bot
Copy link

Size increase report for "Build Examples [nRF]"

File Section File VM
Full report output
Bloat report for job 'Build Examples [nRF]'

Files found only in the baseline:
    bloat_report.txt

Comparing master_binaries/nrf-build/chip-nrf52840-lock-example.out and example_binaries/nrf-build/chip-nrf52840-lock-example.out:

sections,vmsize,filesize


@chip-bot
Copy link

Size increase report for "Build Examples [main-build]"

File Section File VM
Full report output
Bloat report for job 'Build Examples [main-build]'

Files found only in the baseline:
    bloat_report.txt

Comparing master_binaries/main-build/chip-standalone-demo.out and example_binaries/main-build/chip-standalone-demo.out:

sections,vmsize,filesize


@chip-bot
Copy link

Size increase report for "Build Examples [ESP32]"

File Section File VM
chip-wifi-echo.elf .dram0.data 8 8
chip-wifi-echo.elf .flash.text -64 -64
Full report output
Bloat report for job 'Build Examples [ESP32]'

Files found only in the baseline:
    bloat_report.txt

Comparing master_binaries/esp32-build/chip-wifi-echo.elf and example_binaries/esp32-build/chip-wifi-echo.elf:

sections,vmsize,filesize
.dram0.data,8,8
.debug_line,0,1
[Unmapped],0,-9
.flash.text,-64,-64


@woody-apple woody-apple merged commit 53afa15 into project-chip:master Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants