Skip to content

Commit

Permalink
#461 fix build warning in tcpliveplay
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jan 26, 2018
1 parent 1105ec0 commit e0e50ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tcpliveplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,6 @@ do_checksum_liveplay(u_int8_t *data, int proto, int len) {
int ip_hl;
volatile int sum = 0; // <-- volatile works around a PPC g++ bug

sum;
ipv4 = NULL;

ipv4 = (ipv4_hdr *)data;
Expand Down

0 comments on commit e0e50ad

Please sign in to comment.