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

compilation warning: Unused variable uxReturn tasks.c 3345 #48

Closed
nkolban opened this issue Oct 8, 2016 · 1 comment
Closed

compilation warning: Unused variable uxReturn tasks.c 3345 #48

nkolban opened this issue Oct 8, 2016 · 1 comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@nkolban
Copy link
Contributor

nkolban commented Oct 8, 2016

Getting a compilation warning ...

https://github.com/espressif/esp-idf/blob/master/components/freertos/tasks.c#L3345

CC tasks.o
/home/kolban/esp32/esptest/esp-idf/components/freertos/./tasks.c: In function 'xTaskGetAffinity':
/home/kolban/esp32/esptest/esp-idf/components/freertos/./tasks.c:3345:14: warning: unused variable 'uxReturn' [-Wunused-variable]
  UBaseType_t uxReturn;

@Spritetm
Copy link
Member

Spritetm commented Oct 8, 2016

Aye, known issue that snuck in with one of the commits I did. Fix will be pushed to master next week.

igrr pushed a commit that referenced this issue Oct 13, 2016
Some small fixes

- Kill unused uxReturn in task.c,  #48
- Line end conversion in gpio.c
- Move heap_alloc_caps.h so components can also use it

See merge request !135
@nkolban nkolban closed this as completed Oct 13, 2016
igrr added a commit that referenced this issue Nov 30, 2018
Fix menuconfig fail on cmake

Closes #48

See merge request idf/esp-idf!3826
adpalmer pushed a commit to adpalmer/esp-idf that referenced this issue Jan 13, 2022
* Refactor common::list_specific_sdkconfigs
* Force ESP_ERR_* constants to be i32
Make strum dependency optional
Add bindgen dependency
mikkeldamsgaard pushed a commit to mikkeldamsgaard/esp-idf that referenced this issue Mar 26, 2022
@espressif-bot espressif-bot added Status: Opened Issue is new Status: In Progress Work is in progress Resolution: Done Issue is done internally Status: Done Issue is done internally and removed Status: Opened Issue is new Status: In Progress Work is in progress labels Jun 2, 2022
mikkeldamsgaard pushed a commit to mikkeldamsgaard/esp-idf that referenced this issue Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

3 participants