Skip to content

Remove Generated Warnings #2442

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

Closed
wants to merge 3 commits into from
Closed

Remove Generated Warnings #2442

wants to merge 3 commits into from

Conversation

juansta
Copy link

@juansta juansta commented Aug 26, 2016

Updates to remove warnings I have come across in 2.3.0 builds. See issue #2183

I have split into 3 separate commits;

  • ef5182a Removes unused variables found within each respective single file
  • 77f2492 Intent of pointer checking is made clearer using paren.
  • ceb74ff Removed unused function entirely. Have checked (text based search) that no other occurrences found

To remove warnings as per esp8266#2183
We do not want to check state() nor getSize() if _client is NULL.

Removed warnings as per esp8266#2183
Checked for usage within repository using `grep -rnw . -e "init_lists"`. No occurances (excepting this one) found, however, have kept as separate commit for exclusion is required.

Removed warnings as per esp8266#2183
@codecov-io
Copy link

Current coverage is 27.80% (diff: 100%)

Merging #2442 into master will not change coverage

@@             master      #2442   diff @@
==========================================
  Files            20         20          
  Lines          3625       3625          
  Methods         335        335          
  Messages          0          0          
  Branches        656        656          
==========================================
  Hits           1008       1008          
  Misses         2441       2441          
  Partials        176        176          

Powered by Codecov. Last update b412660...ceb74ff

@devyte
Copy link
Collaborator

devyte commented Nov 20, 2017

What's the status here?
@juansta will you be updating the PR?

@devyte
Copy link
Collaborator

devyte commented Nov 20, 2017

Closing, as most warnings are already fixed in latest git. The only code modification I will do (in a clean PR) is the removal of init_lists, as it serves no purpose.

@devyte devyte closed this Nov 20, 2017
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.

4 participants