Ethereal-dev: [Ethereal-dev] packet-gsm_a contains a NOP

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Peter Johansson <Peter.Johansson@xxxxxxxxxxxx>
Date: Sat, 13 Aug 2005 10:07:52 +0200
When compiling the SVN version 15335 I get the following warning:
packet-gsm_a.c(10406) : warning C4552: '>>' : operator has no effect; expected operator with side-effect

What is the intention of that line?
Should mnc>>4; be replaced with mnc = mnc>>4;?

/ Peter