Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159372619
D22032.id63275.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
614 B
Referenced Files
None
Subscribers
None
D22032.id63275.diff
View Options
Index: sys/mips/nlm/dev/net/ucore/ucore_app.c
===================================================================
--- sys/mips/nlm/dev/net/ucore/ucore_app.c
+++ sys/mips/nlm/dev/net/ucore/ucore_app.c
@@ -34,13 +34,12 @@
int main(void)
{
- unsigned int pktrdy;
int num_cachelines = 1518 / 64 ; /* pktsize / L3 cacheline size */
/* Spray packets to using distribution vector */
while (1) {
- pktrdy = nlm_read_ucore_rxpktrdy();
+ (void)nlm_read_ucore_rxpktrdy();
nlm_ucore_setup_poepktdistr(FWD_DIST_VEC, 0, 0, 0, 0);
nlm_ucore_pkt_done(num_cachelines, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 14, 10:20 AM (17 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33948533
Default Alt Text
D22032.id63275.diff (614 B)
Attached To
Mode
D22032: Fix a write-only variable warning from external GCC.
Attached
Detach File
Event Timeline
Log In to Comment