iagox86 / dnscat2

BSD 3-Clause "New" or "Revised" License
3.4k stars 599 forks source link

Compile using MacOS gives this warning #177

Open jimlinntu opened 2 years ago

jimlinntu commented 2 years ago
controller/packet.c:332:40: warning: result of comparison of constant 4294967295 with expression of type 'packet_enc_subtype_t' is always false [-Wtautological-constant-out-of-range-compare]
      else if(packet->body.enc.subtype == -1)