Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152770290
D22032.id63307.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
629 B
Referenced Files
None
Subscribers
None
D22032.id63307.diff
View Options
Index: head/sys/mips/nlm/dev/net/ucore/ucore_app.c
===================================================================
--- head/sys/mips/nlm/dev/net/ucore/ucore_app.c
+++ head/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
Sat, Apr 18, 12:24 AM (5 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31669564
Default Alt Text
D22032.id63307.diff (629 B)
Attached To
Mode
D22032: Fix a write-only variable warning from external GCC.
Attached
Detach File
Event Timeline
Log In to Comment