Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102674530
D27894.id81505.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
689 B
Referenced Files
None
Subscribers
None
D27894.id81505.diff
View Options
Index: usr.sbin/bootparamd/bootparamd/bootparamd.c
===================================================================
--- usr.sbin/bootparamd/bootparamd/bootparamd.c
+++ usr.sbin/bootparamd/bootparamd/bootparamd.c
@@ -179,7 +179,7 @@
empty answer for the file "dump") */
static int
-getthefile(char *l_askname, char *fileid, char *buf, int blen)
+getthefile(char *l_askname, char *fileid, char *buf, int blen __unused)
{
FILE *bpf;
char *where;
@@ -285,7 +285,7 @@
name for a host in the database */
static int
-checkhost(char *l_askname, char *l_hostname, int len)
+checkhost(char *l_askname, char *l_hostname, int len __unused)
{
int ch, pch;
FILE *bpf;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 5:00 PM (20 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14661724
Default Alt Text
D27894.id81505.diff (689 B)
Attached To
Mode
D27894: Unused variables after WARNS=6 in bootparamd.c
Attached
Detach File
Event Timeline
Log In to Comment