Skip to content
Snippets Groups Projects
Select Git revision
  • 61cc61817ef8828cb95cebb4adeefbba00ed6f7c
  • master default protected
  • v3.1-stable
  • v2.4-stable
  • v3.0-stable
  • esp32
  • v2.3-stable
  • v2.2-stable
  • v2.1-stable
  • v1.7-stable
  • v2.0-stable
  • v1.6-stable
  • v1.5-stable
  • coverity_scan
  • rescue-iowrt-adb15dacc26a
  • v3.1.0
  • v3.0.1
  • v3.0.0
  • v2.4.2
  • v2.4.1
  • v2.4.0
  • v2.3.0
  • v2.2.2
  • v2.2.1
  • v2.2.0
  • v2.1.1
  • v2.1.0
  • v2.0.3
  • v1.7.9
  • v2.1-pre3
  • v2.0.2
  • v2.0.1
  • v1.7.8
  • v2.0.0
34 results

context.c

Blame
  • user avatar
    Jesse Engle authored and Andy Green committed
    The unused variable was only declared for use in a log macro that's
    compiled out with the above compiler switch. I removed the declaration
    and casted the variable at each use in the block.
    
    AG: convert to void case reference irrespective of logging enabled.
    AG: travis.yml: add -DLWS_WITH_NO_LOGS=ON that also enables lwsws + cgi code
    61cc6181
    History
    context.c 31.65 KiB