google / buzzer

Apache License 2.0
411 stars 28 forks source link

kPort variable is unused #35

Closed kost closed 10 months ago

kost commented 11 months ago

Fix annoying warning that kPort is unused:

ebpf_ffi/ffi.cc:50:11: warning: unused variable 'kPort' [-Wunused-const-variable]
const int kPort = 1337;
          ^
1 warning generated.
google-cla[bot] commented 11 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

thatjiaozi commented 10 months ago

Thank you! Approving