From: Michael Vrable Date: Tue, 1 Jul 2008 04:35:13 +0000 (-0700) Subject: Eliminate a gcc warning. X-Git-Url: http://git.vrable.net/?a=commitdiff_plain;h=d6ac4affcd30b889ef69ab2c2d7e31c756cc6c6f;hp=d6ac4affcd30b889ef69ab2c2d7e31c756cc6c6f;p=cumulus.git Eliminate a gcc warning. Add parentheses around arithmetic near a shift operator, to get rid of a gcc warning. The code was correct before, and this change causes it to diverge from the LBFS sources it was derived from, but it is worthwhile to get rid of the gcc warning. ---