Created
May 24, 2015 21:15
-
-
Save Tookmund/4abe8993caa8ca16b850 to your computer and use it in GitHub Desktop.
Minix Error Log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/src/lib/libc/stdlib/malloc.c:341:1: warning: function 'wrterror' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/stdlib/malloc.c:341:1: warning: function 'wrterror' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/memcpy_chk.c:42:1: warning: no previous prototype for function '__memcpy_chk' [-Wmissing-prototypes] | |
__memcpy_chk(void * __restrict dst, const void * __restrict src, size_t len, | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/memcpy_chk.c:42:1: warning: no previous prototype for function '__memcpy_chk' [-Wmissing-prototypes] | |
__memcpy_chk(void * __restrict dst, const void * __restrict src, size_t len, | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/memmove_chk.c:42:1: warning: no previous prototype for function '__memmove_chk' [-Wmissing-prototypes] | |
__memmove_chk(void *dst, void *src, size_t len, | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/memmove_chk.c:42:1: warning: no previous prototype for function '__memmove_chk' [-Wmissing-prototypes] | |
__memmove_chk(void *dst, void *src, size_t len, | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/memset_chk.c:42:1: warning: no previous prototype for function '__memset_chk' [-Wmissing-prototypes] | |
__memset_chk(void * __restrict dst, int val, size_t len, size_t slen) | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/memset_chk.c:42:1: warning: no previous prototype for function '__memset_chk' [-Wmissing-prototypes] | |
__memset_chk(void * __restrict dst, int val, size_t len, size_t slen) | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/strcat_chk.c:40:1: warning: no previous prototype for function '__strcat_chk' [-Wmissing-prototypes] | |
__strcat_chk(char * __restrict dst, const char * __restrict src, size_t slen) | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/strcat_chk.c:40:1: warning: no previous prototype for function '__strcat_chk' [-Wmissing-prototypes] | |
__strcat_chk(char * __restrict dst, const char * __restrict src, size_t slen) | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/strcpy_chk.c:42:1: warning: no previous prototype for function '__strcpy_chk' [-Wmissing-prototypes] | |
__strcpy_chk(char * __restrict dst, const char * __restrict src, size_t slen) | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/strcpy_chk.c:42:1: warning: no previous prototype for function '__strcpy_chk' [-Wmissing-prototypes] | |
__strcpy_chk(char * __restrict dst, const char * __restrict src, size_t slen) | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/time/strftime.c:74:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "@(#)strftime.c 5.4 (Berkeley) 3/14/89"; | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/time/strftime.c:74:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "@(#)strftime.c 5.4 (Berkeley) 3/14/89"; | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/strncat_chk.c:41:1: warning: no previous prototype for function '__strncat_chk' [-Wmissing-prototypes] | |
__strncat_chk(char * __restrict dst, const char * __restrict src, size_t len, | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/strncat_chk.c:41:1: warning: no previous prototype for function '__strncat_chk' [-Wmissing-prototypes] | |
__strncat_chk(char * __restrict dst, const char * __restrict src, size_t len, | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/strncpy_chk.c:42:1: warning: no previous prototype for function '__strncpy_chk' [-Wmissing-prototypes] | |
__strncpy_chk(char * __restrict dst, const char * __restrict src, size_t len, | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/ssp/strncpy_chk.c:42:1: warning: no previous prototype for function '__strncpy_chk' [-Wmissing-prototypes] | |
__strncpy_chk(char * __restrict dst, const char * __restrict src, size_t len, | |
^ | |
1 warning generated. | |
/usr/src/lib/libc/uuid/uuid_create.c:56:41: warning: comparison of integers of different signs: 'ssize_t' (aka 'int') and 'unsigned int' [-Wsign-compare] | |
if(read(rfd, store++, sizeof(*store)) < sizeof(*store)) { | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~ | |
1 warning generated. | |
/usr/src/lib/libc/uuid/uuid_create.c:56:41: warning: comparison of integers of different signs: 'ssize_t' (aka 'int') and 'unsigned int' [-Wsign-compare] | |
if(read(rfd, store++, sizeof(*store)) < sizeof(*store)) { | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~ | |
1 warning generated. | |
/usr/src/sys/external/bsd/compiler_rt/dist/lib/divdc3.c:21:1: warning: no previous prototype for function '__divdc3' [-Wmissing-prototypes] | |
__divdc3(double __a, double __b, double __c, double __d) | |
^ | |
1 warning generated. | |
/usr/src/sys/external/bsd/compiler_rt/dist/lib/divdc3.c:21:1: warning: no previous prototype for function '__divdc3' [-Wmissing-prototypes] | |
__divdc3(double __a, double __b, double __c, double __d) | |
^ | |
1 warning generated. | |
/usr/src/sys/external/bsd/compiler_rt/dist/lib/divsc3.c:21:1: warning: no previous prototype for function '__divsc3' [-Wmissing-prototypes] | |
__divsc3(float __a, float __b, float __c, float __d) | |
^ | |
1 warning generated. | |
/usr/src/sys/external/bsd/compiler_rt/dist/lib/divsc3.c:21:1: warning: no previous prototype for function '__divsc3' [-Wmissing-prototypes] | |
__divsc3(float __a, float __b, float __c, float __d) | |
^ | |
1 warning generated. | |
/usr/src/sys/external/bsd/compiler_rt/dist/lib/divxc3.c:22:1: warning: no previous prototype for function '__divxc3' [-Wmissing-prototypes] | |
__divxc3(long double __a, long double __b, long double __c, long double __d) | |
^ | |
1 warning generated. | |
/usr/src/sys/external/bsd/compiler_rt/dist/lib/divxc3.c:22:1: warning: no previous prototype for function '__divxc3' [-Wmissing-prototypes] | |
__divxc3(long double __a, long double __b, long double __c, long double __d) | |
^ | |
1 warning generated. | |
/usr/src/sys/external/bsd/compiler_rt/dist/lib/mulsc3.c:21:1: warning: no previous prototype for function '__mulsc3' [-Wmissing-prototypes] | |
__mulsc3(float __a, float __b, float __c, float __d) | |
^ | |
1 warning generated. | |
/usr/src/sys/external/bsd/compiler_rt/dist/lib/mulsc3.c:21:1: warning: no previous prototype for function '__mulsc3' [-Wmissing-prototypes] | |
__mulsc3(float __a, float __b, float __c, float __d) | |
^ | |
1 warning generated. | |
/usr/src/sys/external/bsd/compiler_rt/dist/lib/mulxc3.c:23:1: warning: no previous prototype for function '__mulxc3' [-Wmissing-prototypes] | |
__mulxc3(long double __a, long double __b, long double __c, long double __d) | |
^ | |
1 warning generated. | |
/usr/src/sys/external/bsd/compiler_rt/dist/lib/mulxc3.c:23:1: warning: no previous prototype for function '__mulxc3' [-Wmissing-prototypes] | |
__mulxc3(long double __a, long double __b, long double __c, long double __d) | |
^ | |
1 warning generated. | |
. | |
..... | |
.. | |
yacc: 10 shift/reduce conflicts. | |
/usr/src/external/bsd/file/lib/../dist/src/funcs.c:67:24: warning: format string is not a string literal [-Wformat-nonliteral] | |
len = vasprintf(&buf, fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/file/lib/../dist/src/funcs.c:67:24: warning: format string is not a string literal [-Wformat-nonliteral] | |
len = vasprintf(&buf, fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/libarchive/dist/libarchive_fe/err.c:49:19: warning: format string is not a string literal [-Wformat-nonliteral] | |
vfprintf(stderr, fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/libc++/lib/../dist/libcxx/src/locale.cpp:6099:1: warning: function '__throw_runtime_error' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/libc++/lib/../dist/libcxx/src/locale.cpp:6099:1: warning: function '__throw_runtime_error' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/libc++/lib/../dist/libcxx/src/new.cpp:231:1: warning: function '__throw_bad_alloc' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/libc++/lib/../dist/libcxx/src/new.cpp:231:1: warning: function '__throw_bad_alloc' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
1 warning generated. | |
rt_auxhelper.cc:43:1: warning: function '__cxa_bad_cast' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
rt_auxhelper.cc:53:1: warning: function '__cxa_bad_typeid' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
rt_auxhelper.cc:64:1: warning: function '__cxa_pure_virtual' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
rt_auxhelper.cc:75:1: warning: function '__cxa_deleted_virtual' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
4 warnings generated. | |
rt_auxhelper.cc:43:1: warning: function '__cxa_bad_cast' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
rt_auxhelper.cc:53:1: warning: function '__cxa_bad_typeid' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
rt_auxhelper.cc:64:1: warning: function '__cxa_pure_virtual' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
rt_auxhelper.cc:75:1: warning: function '__cxa_deleted_virtual' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
4 warnings generated. | |
rt_exception.cc:1079:29: warning: missing field 'action_record' initializer [-Wmissing-field-initializers] | |
dwarf_eh_action action = {0}; | |
^ | |
rt_exception.cc:1339:1: warning: function '__cxa_call_unexpected' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
rt_exception.cc:262:23: warning: unused variable 'abi_exception_class' [-Wunused-const-variable] | |
static const uint32_t abi_exception_class = | |
^ | |
3 warnings generated. | |
rt_exception.cc:1079:29: warning: missing field 'action_record' initializer [-Wmissing-field-initializers] | |
dwarf_eh_action action = {0}; | |
^ | |
rt_exception.cc:1339:1: warning: function '__cxa_call_unexpected' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
rt_exception.cc:262:23: warning: unused variable 'abi_exception_class' [-Wunused-const-variable] | |
static const uint32_t abi_exception_class = | |
^ | |
3 warnings generated. | |
rt_libelftc_dem_gnu3.c:451:1: warning: no previous prototype for function '__cxa_demangle_gnu3' [-Wmissing-prototypes] | |
__cxa_demangle_gnu3(const char *org) | |
^ | |
rt_libelftc_dem_gnu3.c:465:7: warning: variable 'rtn' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] | |
if (!cpp_demangle_read_type(&ddata, 0)) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
rt_libelftc_dem_gnu3.c:516:10: note: uninitialized use occurs here | |
return (rtn); | |
^~~ | |
rt_libelftc_dem_gnu3.c:465:3: note: remove the 'if' if its condition is always false | |
if (!cpp_demangle_read_type(&ddata, 0)) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
rt_libelftc_dem_gnu3.c:456:11: note: initialize the variable 'rtn' to silence this warning | |
char *rtn; | |
^ | |
= NULL | |
2 warnings generated. | |
rt_libelftc_dem_gnu3.c:451:1: warning: no previous prototype for function '__cxa_demangle_gnu3' [-Wmissing-prototypes] | |
__cxa_demangle_gnu3(const char *org) | |
^ | |
rt_libelftc_dem_gnu3.c:465:7: warning: variable 'rtn' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] | |
if (!cpp_demangle_read_type(&ddata, 0)) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
rt_libelftc_dem_gnu3.c:516:10: note: uninitialized use occurs here | |
return (rtn); | |
^~~ | |
rt_libelftc_dem_gnu3.c:465:3: note: remove the 'if' if its condition is always false | |
if (!cpp_demangle_read_type(&ddata, 0)) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
rt_libelftc_dem_gnu3.c:456:11: note: initialize the variable 'rtn' to silence this warning | |
char *rtn; | |
^ | |
= NULL | |
2 warnings generated. | |
rt_terminate.cc:37:2: warning: function 'terminate' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
1 warning generated. | |
rt_terminate.cc:37:2: warning: function 'terminate' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/libc++/lib/../dist/libcxx/src/system_error.cpp:196:1: warning: function '__throw_system_error' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/libc++/lib/../dist/libcxx/src/system_error.cpp:196:1: warning: function '__throw_system_error' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
{ | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/lutok/dist/state.cpp:495:9: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] | |
if (!::access(file.c_str(), R_OK) == 0) | |
^ ~~ | |
/usr/src/external/bsd/lutok/dist/state.cpp:495:9: note: add parentheses after the '!' to evaluate the comparison first | |
if (!::access(file.c_str(), R_OK) == 0) | |
^ | |
( ) | |
/usr/src/external/bsd/lutok/dist/state.cpp:495:9: note: add parentheses around left hand side expression to silence this warning | |
if (!::access(file.c_str(), R_OK) == 0) | |
^ | |
( ) | |
1 warning generated. | |
/usr/src/external/bsd/lutok/dist/state.cpp:495:9: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] | |
if (!::access(file.c_str(), R_OK) == 0) | |
^ ~~ | |
/usr/src/external/bsd/lutok/dist/state.cpp:495:9: note: add parentheses after the '!' to evaluate the comparison first | |
if (!::access(file.c_str(), R_OK) == 0) | |
^ | |
( ) | |
/usr/src/external/bsd/lutok/dist/state.cpp:495:9: note: add parentheses around left hand side expression to silence this warning | |
if (!::access(file.c_str(), R_OK) == 0) | |
^ | |
( ) | |
1 warning generated. | |
/usr/src/external/bsd/libevent/dist/event.c:194:1: warning: unused function 'event_debug_map_HT_REPLACE' [-Wunused-function] | |
HT_PROTOTYPE(event_debug_map, event_debug_entry, node, hash_debug_entry, | |
^ | |
/usr/src/external/bsd/libevent/dist/ht-internal.h:183:3: note: expanded from macro 'HT_PROTOTYPE' | |
name##_HT_REPLACE(struct name *head, struct type *elm) \ | |
^ | |
<scratch space>:9:1: note: expanded from here | |
event_debug_map_HT_REPLACE | |
^ | |
/usr/src/external/bsd/libevent/dist/event.c:194:1: warning: unused function 'event_debug_map_HT_FOREACH_FN' [-Wunused-function] | |
/usr/src/external/bsd/libevent/dist/ht-internal.h:222:3: note: expanded from macro 'HT_PROTOTYPE' | |
name##_HT_FOREACH_FN(struct name *head, \ | |
^ | |
<scratch space>:16:1: note: expanded from here | |
event_debug_map_HT_FOREACH_FN | |
^ | |
/usr/src/external/bsd/libevent/dist/event.c:194:1: warning: unused function 'event_debug_map_HT_START' [-Wunused-function] | |
/usr/src/external/bsd/libevent/dist/ht-internal.h:248:3: note: expanded from macro 'HT_PROTOTYPE' | |
name##_HT_START(struct name *head) \ | |
^ | |
<scratch space>:17:1: note: expanded from here | |
event_debug_map_HT_START | |
^ | |
/usr/src/external/bsd/libevent/dist/event.c:194:1: warning: unused function 'event_debug_map_HT_NEXT' [-Wunused-function] | |
/usr/src/external/bsd/libevent/dist/ht-internal.h:264:3: note: expanded from macro 'HT_PROTOTYPE' | |
name##_HT_NEXT(struct name *head, struct type **elm) \ | |
^ | |
<scratch space>:18:1: note: expanded from here | |
event_debug_map_HT_NEXT | |
^ | |
/usr/src/external/bsd/libevent/dist/event.c:194:1: warning: unused function 'event_debug_map_HT_NEXT_RMV' [-Wunused-function] | |
/usr/src/external/bsd/libevent/dist/ht-internal.h:279:3: note: expanded from macro 'HT_PROTOTYPE' | |
name##_HT_NEXT_RMV(struct name *head, struct type **elm) \ | |
^ | |
<scratch space>:19:1: note: expanded from here | |
event_debug_map_HT_NEXT_RMV | |
^ | |
5 warnings generated. | |
/usr/src/external/bsd/libevent/dist/event.c:194:1: warning: unused function 'event_debug_map_HT_REPLACE' [-Wunused-function] | |
HT_PROTOTYPE(event_debug_map, event_debug_entry, node, hash_debug_entry, | |
^ | |
/usr/src/external/bsd/libevent/dist/ht-internal.h:183:3: note: expanded from macro 'HT_PROTOTYPE' | |
name##_HT_REPLACE(struct name *head, struct type *elm) \ | |
^ | |
<scratch space>:9:1: note: expanded from here | |
event_debug_map_HT_REPLACE | |
^ | |
/usr/src/external/bsd/libevent/dist/event.c:194:1: warning: unused function 'event_debug_map_HT_FOREACH_FN' [-Wunused-function] | |
/usr/src/external/bsd/libevent/dist/ht-internal.h:222:3: note: expanded from macro 'HT_PROTOTYPE' | |
name##_HT_FOREACH_FN(struct name *head, \ | |
^ | |
<scratch space>:16:1: note: expanded from here | |
event_debug_map_HT_FOREACH_FN | |
^ | |
/usr/src/external/bsd/libevent/dist/event.c:194:1: warning: unused function 'event_debug_map_HT_START' [-Wunused-function] | |
/usr/src/external/bsd/libevent/dist/ht-internal.h:248:3: note: expanded from macro 'HT_PROTOTYPE' | |
name##_HT_START(struct name *head) \ | |
^ | |
<scratch space>:17:1: note: expanded from here | |
event_debug_map_HT_START | |
^ | |
/usr/src/external/bsd/libevent/dist/event.c:194:1: warning: unused function 'event_debug_map_HT_NEXT' [-Wunused-function] | |
/usr/src/external/bsd/libevent/dist/ht-internal.h:264:3: note: expanded from macro 'HT_PROTOTYPE' | |
name##_HT_NEXT(struct name *head, struct type **elm) \ | |
^ | |
<scratch space>:18:1: note: expanded from here | |
event_debug_map_HT_NEXT | |
^ | |
/usr/src/external/bsd/libevent/dist/event.c:194:1: warning: unused function 'event_debug_map_HT_NEXT_RMV' [-Wunused-function] | |
/usr/src/external/bsd/libevent/dist/ht-internal.h:279:3: note: expanded from macro 'HT_PROTOTYPE' | |
name##_HT_NEXT_RMV(struct name *head, struct type **elm) \ | |
^ | |
<scratch space>:19:1: note: expanded from here | |
event_debug_map_HT_NEXT_RMV | |
^ | |
5 warnings generated. | |
/usr/src/external/bsd/libevent/dist/log.c:179:38: warning: format string is not a string literal [-Wformat-nonliteral] | |
evutil_vsnprintf(buf, sizeof(buf), fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/libevent/dist/log.c:179:38: warning: format string is not a string literal [-Wformat-nonliteral] | |
evutil_vsnprintf(buf, sizeof(buf), fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/atf/dist/atf-c/detail/dynstr.c:161:53: warning: format string is not a string literal [-Wformat-nonliteral] | |
ret = vsnprintf(ad->m_data, ad->m_datasize, fmt, ap2); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/atf/dist/atf-c/detail/dynstr.c:161:53: warning: format string is not a string literal [-Wformat-nonliteral] | |
ret = vsnprintf(ad->m_data, ad->m_datasize, fmt, ap2); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/atf/dist/atf-c/error.c:210:49: warning: format string is not a string literal [-Wformat-nonliteral] | |
vsnprintf(data.m_what, sizeof(data.m_what), fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/atf/dist/atf-c/error.c:210:49: warning: format string is not a string literal [-Wformat-nonliteral] | |
vsnprintf(data.m_what, sizeof(data.m_what), fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/atf/dist/atf-c/detail/sanity.c:49:33: warning: format string is not a string literal [-Wformat-nonliteral] | |
vsnprintf(buf, sizeof(buf), fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/atf/dist/atf-c/detail/sanity.c:49:33: warning: format string is not a string literal [-Wformat-nonliteral] | |
vsnprintf(buf, sizeof(buf), fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/atf/dist/atf-c/tc.c:142:22: warning: format string is not a string literal [-Wformat-nonliteral] | |
vfprintf(stderr, msg, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/atf/dist/atf-c/tc.c:142:22: warning: format string is not a string literal [-Wformat-nonliteral] | |
vfprintf(stderr, msg, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/atf/dist/atf-c/detail/tp_main.c:108:1: warning: format string is not a string literal [-Wformat-nonliteral] | |
FREE_FORM_ERROR(usage); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/external/bsd/atf/dist/atf-c/detail/tp_main.c:100:53: note: expanded from macro 'FREE_FORM_ERROR' | |
vsnprintf(data.m_what, sizeof(data.m_what), fmt, ap); \ | |
^~~ | |
/usr/src/external/bsd/atf/dist/atf-c/detail/tp_main.c:109:1: warning: format string is not a string literal [-Wformat-nonliteral] | |
FREE_FORM_ERROR(user); | |
^~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/external/bsd/atf/dist/atf-c/detail/tp_main.c:100:53: note: expanded from macro 'FREE_FORM_ERROR' | |
vsnprintf(data.m_what, sizeof(data.m_what), fmt, ap); \ | |
^~~ | |
2 warnings generated. | |
/usr/src/external/bsd/atf/dist/atf-c/detail/tp_main.c:108:1: warning: format string is not a string literal [-Wformat-nonliteral] | |
FREE_FORM_ERROR(usage); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/external/bsd/atf/dist/atf-c/detail/tp_main.c:100:53: note: expanded from macro 'FREE_FORM_ERROR' | |
vsnprintf(data.m_what, sizeof(data.m_what), fmt, ap); \ | |
^~~ | |
/usr/src/external/bsd/atf/dist/atf-c/detail/tp_main.c:109:1: warning: format string is not a string literal [-Wformat-nonliteral] | |
FREE_FORM_ERROR(user); | |
^~~~~~~~~~~~~~~~~~~~~ | |
/usr/src/external/bsd/atf/dist/atf-c/detail/tp_main.c:100:53: note: expanded from macro 'FREE_FORM_ERROR' | |
vsnprintf(data.m_what, sizeof(data.m_what), fmt, ap); \ | |
^~~ | |
2 warnings generated. | |
/usr/src/external/bsd/mdocml/lib/libmandoc/../../dist/read.c:798:34: warning: format string is not a string literal [-Wformat-nonliteral] | |
vsnprintf(buf, sizeof(buf) - 1, fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/mdocml/bin/mandoc/../../dist/html.c:613:28: warning: format string is not a string literal [-Wformat-nonliteral] | |
BUFSIZ - h->buflen - 1, fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/mdocml/bin/mandoc/../../dist/term_ps.c:562:17: warning: format string is not a string literal [-Wformat-nonliteral] | |
len = vprintf(fmt, ap); | |
^~~ | |
/usr/src/external/bsd/mdocml/bin/mandoc/../../dist/term_ps.c:578:45: warning: format string is not a string literal [-Wformat-nonliteral] | |
vsnprintf(&p->ps->psmarg[pos], PS_BUFSLOP, fmt, ap); | |
^~~ | |
2 warnings generated. | |
/usr/src/external/bsd/tmux/dist/input.c:819:20: warning: format string is not a string literal [-Wformat-nonliteral] | |
vasprintf(&reply, fmt, ap); | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/tmux/dist/log.c:98:19: warning: format string is not a string literal [-Wformat-nonliteral] | |
if (vfprintf(f, msg, ap) == -1) | |
^~~ | |
1 warning generated. | |
/usr/src/external/bsd/tmux/dist/xmalloc.c:111:21: warning: format string is not a string literal [-Wformat-nonliteral] | |
i = vasprintf(ret, fmt, ap); | |
^~~ | |
/usr/src/external/bsd/tmux/dist/xmalloc.c:139:26: warning: format string is not a string literal [-Wformat-nonliteral] | |
i = vsnprintf(buf, len, fmt, ap); | |
^~~ | |
2 warnings generated. | |
/usr/src/external/bsd/kyua-cli/dist/engine/kyuafile.cpp:341:1: warning: unused function 'get_table_string' [-Wunused-function] | |
get_table_string(lutok::state& state, const char* field, | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/api.c:16:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: api.c,v 8.40 2002/06/08 19:30:33 skimo Exp (Berkeley) Date: 2002/06/08 19:30:33 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/cl/cl_bsd.c:12:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: cl_bsd.c,v 8.32 2000/12/01 13:56:17 skimo Exp (Berkeley) Date: 2000/12/01 13:56:17 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/cl/cl_funcs.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: cl_funcs.c,v 10.72 2002/03/02 23:18:33 skimo Exp (Berkeley) Date: 2002/03/02 23:18:33 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/cl/cl_main.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: cl_main.c,v 10.54 2001/07/29 19:07:27 skimo Exp (Berkeley) Date: 2001/07/29 19:07:27 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/cl/cl_read.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: cl_read.c,v 10.29 2001/08/18 21:51:59 skimo Exp (Berkeley) Date: 2001/08/18 21:51:59 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/cl/cl_screen.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: cl_screen.c,v 10.56 2002/05/03 19:59:44 skimo Exp (Berkeley) Date: 2002/05/03 19:59:44 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/cl/cl_term.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: cl_term.c,v 10.31 2001/07/08 13:06:56 skimo Exp (Berkeley) Date: 2001/07/08 13:06:56 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/conv.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: conv.c,v 1.27 2001/08/18 21:41:41 skimo Exp (Berkeley) Date: 2001/08/18 21:41:41 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/cut.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: cut.c,v 10.18 2001/06/25 15:19:09 skimo Exp (Berkeley) Date: 2001/06/25 15:19:09 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/delete.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: delete.c,v 10.17 2001/06/25 15:19:09 skimo Exp (Berkeley) Date: 2001/06/25 15:19:09 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex.c,v 10.75 2004/03/16 14:13:35 skimo Exp (Berkeley) Date: 2004/03/16 14:13:35 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_abbrev.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_abbrev.c,v 10.10 2001/12/16 18:18:54 skimo Exp (Berkeley) Date: 2001/12/16 18:18:54 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_append.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_append.c,v 10.34 2001/06/25 15:19:14 skimo Exp (Berkeley) Date: 2001/06/25 15:19:14 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_args.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_args.c,v 10.18 2001/06/25 15:19:14 skimo Exp (Berkeley) Date: 2001/06/25 15:19:14 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_argv.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_argv.c,v 10.39 2003/11/05 17:11:54 skimo Exp (Berkeley) Date: 2003/11/05 17:11:54 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_at.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_at.c,v 10.16 2001/06/25 15:19:14 skimo Exp (Berkeley) Date: 2001/06/25 15:19:14 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_bang.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_bang.c,v 10.36 2001/06/25 15:19:14 skimo Exp (Berkeley) Date: 2001/06/25 15:19:14 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_cd.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_cd.c,v 10.12 2001/06/25 15:19:14 skimo Exp (Berkeley) Date: 2001/06/25 15:19:14 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_cmd.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_cmd.c,v 10.25 2001/06/10 10:23:44 skimo Exp (Berkeley) Date: 2001/06/10 10:23:44 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_cscope.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_cscope.c,v 10.21 2003/11/05 17:11:54 skimo Exp (Berkeley) Date: 2003/11/05 17:11:54 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_delete.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_delete.c,v 10.11 2001/06/25 15:19:15 skimo Exp (Berkeley) Date: 2001/06/25 15:19:15 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_display.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_display.c,v 10.15 2001/06/25 15:19:15 skimo Exp (Berkeley) Date: 2001/06/25 15:19:15 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_edit.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_edit.c,v 10.14 2001/08/28 13:29:15 skimo Exp (Berkeley) Date: 2001/08/28 13:29:15 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_equal.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_equal.c,v 10.12 2001/06/25 15:19:15 skimo Exp (Berkeley) Date: 2001/06/25 15:19:15 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_file.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_file.c,v 10.14 2001/06/25 15:19:16 skimo Exp (Berkeley) Date: 2001/06/25 15:19:16 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_filter.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_filter.c,v 10.44 2003/11/05 17:11:54 skimo Exp (Berkeley) Date: 2003/11/05 17:11:54 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_global.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_global.c,v 10.30 2001/06/25 15:19:16 skimo Exp (Berkeley) Date: 2001/06/25 15:19:16 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_init.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_init.c,v 10.31 2001/06/25 15:19:16 skimo Exp (Berkeley) Date: 2001/06/25 15:19:16 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_join.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_join.c,v 10.17 2004/03/16 14:14:04 skimo Exp (Berkeley) Date: 2004/03/16 14:14:04 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_map.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_map.c,v 10.11 2001/06/25 15:19:17 skimo Exp (Berkeley) Date: 2001/06/25 15:19:17 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_mark.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_mark.c,v 10.9 2001/06/25 15:19:17 skimo Exp (Berkeley) Date: 2001/06/25 15:19:17 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_mkexrc.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_mkexrc.c,v 10.13 2001/06/25 15:19:17 skimo Exp (Berkeley) Date: 2001/06/25 15:19:17 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_move.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_move.c,v 10.15 2001/06/25 15:19:17 skimo Exp (Berkeley) Date: 2001/06/25 15:19:17 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_open.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_open.c,v 10.8 2001/06/25 15:19:17 skimo Exp (Berkeley) Date: 2001/06/25 15:19:17 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_perl.c:18:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_perl.c,v 8.11 2001/06/25 15:19:18 skimo Exp (Berkeley) Date: 2001/06/25 15:19:18 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_preserve.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_preserve.c,v 10.15 2001/06/25 15:19:18 skimo Exp (Berkeley) Date: 2001/06/25 15:19:18 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_print.c:286:39: warning: format string is not a string literal [-Wformat-nonliteral] | |
sizeof(exp->obp) - exp->obp_len, fmt, ap); | |
^~~ | |
/usr/src/external/bsd/nvi/dist/ex/ex_print.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_print.c,v 10.24 2001/07/29 19:07:29 skimo Exp (Berkeley) Date: 2001/07/29 19:07:29 "; | |
^ | |
2 warnings generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_put.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_put.c,v 10.8 2001/06/25 15:19:18 skimo Exp (Berkeley) Date: 2001/06/25 15:19:18 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_quit.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_quit.c,v 10.8 2001/06/25 15:19:18 skimo Exp (Berkeley) Date: 2001/06/25 15:19:18 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_read.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_read.c,v 10.44 2001/06/25 15:19:19 skimo Exp (Berkeley) Date: 2001/06/25 15:19:19 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_screen.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_screen.c,v 10.12 2001/06/25 15:19:19 skimo Exp (Berkeley) Date: 2001/06/25 15:19:19 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_script.c:17:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_script.c,v 10.38 2001/06/25 15:19:19 skimo Exp (Berkeley) Date: 2001/06/25 15:19:19 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_set.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_set.c,v 10.8 2001/06/25 15:19:19 skimo Exp (Berkeley) Date: 2001/06/25 15:19:19 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_shell.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_shell.c,v 10.42 2003/11/05 17:11:54 skimo Exp (Berkeley) Date: 2003/11/05 17:11:54 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_shift.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_shift.c,v 10.17 2001/06/25 15:19:20 skimo Exp (Berkeley) Date: 2001/06/25 15:19:20 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_source.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_source.c,v 10.16 2001/08/18 21:49:58 skimo Exp (Berkeley) Date: 2001/08/18 21:49:58 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_stop.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_stop.c,v 10.11 2001/06/25 15:19:20 skimo Exp (Berkeley) Date: 2001/06/25 15:19:20 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_subst.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_subst.c,v 10.50 2002/02/09 21:18:23 skimo Exp (Berkeley) Date: 2002/02/09 21:18:23 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_tag.c:17:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_tag.c,v 10.50 2004/03/16 14:09:11 skimo Exp (Berkeley) Date: 2004/03/16 14:09:11 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_tcl.c:16:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_tcl.c,v 8.11 2001/06/25 15:19:21 skimo Exp (Berkeley) Date: 2001/06/25 15:19:21 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_txt.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_txt.c,v 10.23 2001/06/25 15:19:21 skimo Exp (Berkeley) Date: 2001/06/25 15:19:21 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_undo.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_undo.c,v 10.7 2001/06/25 15:19:21 skimo Exp (Berkeley) Date: 2001/06/25 15:19:21 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_usage.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_usage.c,v 10.15 2001/06/25 15:19:21 skimo Exp (Berkeley) Date: 2001/06/25 15:19:21 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_util.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_util.c,v 10.32 2001/06/25 15:19:21 skimo Exp (Berkeley) Date: 2001/06/25 15:19:21 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_version.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_version.c,v 10.32 2001/06/25 15:19:22 skimo Exp (Berkeley) Date: 2001/06/25 15:19:22 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_visual.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_visual.c,v 10.16 2001/08/29 11:04:13 skimo Exp (Berkeley) Date: 2001/08/29 11:04:13 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_write.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_write.c,v 10.38 2001/06/25 15:19:22 skimo Exp (Berkeley) Date: 2001/06/25 15:19:22 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_yank.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_yank.c,v 10.8 2001/06/25 15:19:22 skimo Exp (Berkeley) Date: 2001/06/25 15:19:22 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ex/ex_z.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ex_z.c,v 10.12 2001/06/25 15:19:22 skimo Exp (Berkeley) Date: 2001/06/25 15:19:22 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/exf.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: exf.c,v 10.72 2003/08/10 09:44:01 skimo Exp (Berkeley) Date: 2003/08/10 09:44:01 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/getc.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: getc.c,v 10.12 2001/06/25 15:19:30 skimo Exp (Berkeley) Date: 2001/06/25 15:19:30 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ip/ip_funcs.c:12:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ip_funcs.c,v 8.23 2001/06/25 15:19:23 skimo Exp (Berkeley) Date: 2001/06/25 15:19:23 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ip/ip_read.c:12:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ip_read.c,v 8.23 2001/06/25 15:19:24 skimo Exp (Berkeley) Date: 2001/06/25 15:19:24 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ip/ip_screen.c:12:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ip_screen.c,v 8.8 2001/06/25 15:19:24 skimo Exp (Berkeley) Date: 2001/06/25 15:19:24 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ip/ip_term.c:12:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ip_term.c,v 8.9 2001/06/25 15:19:24 skimo Exp (Berkeley) Date: 2001/06/25 15:19:24 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ipc/ip_run.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ip_run.c,v 8.17 2000/07/04 21:48:54 skimo Exp (Berkeley) Date: 2000/07/04 21:48:54 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ipc/ip_send.c:12:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ip_send.c,v 8.10 2001/06/25 15:19:25 skimo Exp (Berkeley) Date: 2001/06/25 15:19:25 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/ipc/ip_trans.c:12:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: ip_trans.c,v 8.18 2001/06/25 15:19:25 skimo Exp (Berkeley) Date: 2001/06/25 15:19:25 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/key.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: key.c,v 10.48 2001/06/25 15:19:10 skimo Exp (Berkeley) Date: 2001/06/25 15:19:10 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/trace.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: trace.c,v 8.4 1997/08/03 15:04:23 bostic Exp (Berkeley) Date: 1997/08/03 15:04:23 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/main.c:14:19: warning: unused variable 'copyright' [-Wunused-const-variable] | |
static const char copyright[] = | |
^ | |
/usr/src/external/bsd/nvi/dist/common/main.c:22:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: main.c,v 10.63 2001/11/01 15:24:43 skimo Exp (Berkeley) Date: 2001/11/01 15:24:43 "; | |
^ | |
2 warnings generated. | |
/usr/src/external/bsd/nvi/dist/common/mark.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: mark.c,v 10.15 2001/06/25 15:19:11 skimo Exp (Berkeley) Date: 2001/06/25 15:19:11 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/msg.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: msg.c,v 10.61 2003/07/18 23:17:30 skimo Exp (Berkeley) Date: 2003/07/18 23:17:30 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/nothread.c:12:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: nothread.c,v 1.4 2000/07/22 14:52:37 skimo Exp (Berkeley) Date: 2000/07/22 14:52:37 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/options.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: options.c,v 10.65 2002/01/18 22:34:43 skimo Exp (Berkeley) Date: 2002/01/18 22:34:43 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/options_f.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: options_f.c,v 10.33 2001/06/25 15:19:11 skimo Exp (Berkeley) Date: 2001/06/25 15:19:11 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/put.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: put.c,v 10.18 2001/06/25 15:19:11 skimo Exp (Berkeley) Date: 2001/06/25 15:19:11 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/recover.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: recover.c,v 10.31 2001/11/01 15:24:44 skimo Exp (Berkeley) Date: 2001/11/01 15:24:44 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/screen.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: screen.c,v 10.22 2001/06/25 15:19:12 skimo Exp (Berkeley) Date: 2001/06/25 15:19:12 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/search.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: search.c,v 10.31 2001/06/25 15:19:12 skimo Exp (Berkeley) Date: 2001/06/25 15:19:12 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/seq.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: seq.c,v 10.15 2001/06/25 15:19:12 skimo Exp (Berkeley) Date: 2001/06/25 15:19:12 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/util.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: util.c,v 10.22 2001/06/25 15:19:12 skimo Exp (Berkeley) Date: 2001/06/25 15:19:12 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_at.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_at.c,v 10.11 2001/06/25 15:19:30 skimo Exp (Berkeley) Date: 2001/06/25 15:19:30 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_ch.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_ch.c,v 10.10 2001/06/25 15:19:30 skimo Exp (Berkeley) Date: 2001/06/25 15:19:30 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_cmd.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_cmd.c,v 10.9 1996/03/28 15:18:39 bostic Exp (Berkeley) Date: 1996/03/28 15:18:39 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_delete.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_delete.c,v 10.11 2001/06/25 15:19:31 skimo Exp (Berkeley) Date: 2001/06/25 15:19:31 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_event.c:12:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_event.c,v 8.21 2001/06/25 15:19:31 skimo Exp (Berkeley) Date: 2001/06/25 15:19:31 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_ex.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_ex.c,v 10.60 2003/07/19 21:04:00 skimo Exp (Berkeley) Date: 2003/07/19 21:04:00 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_increment.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_increment.c,v 10.16 2001/06/25 15:19:31 skimo Exp (Berkeley) Date: 2001/06/25 15:19:31 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_init.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_init.c,v 10.9 2001/06/25 15:19:31 skimo Exp (Berkeley) Date: 2001/06/25 15:19:31 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_itxt.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_itxt.c,v 10.21 2001/06/25 15:19:32 skimo Exp (Berkeley) Date: 2001/06/25 15:19:32 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_left.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_left.c,v 10.9 2001/06/25 15:19:32 skimo Exp (Berkeley) Date: 2001/06/25 15:19:32 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_mark.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_mark.c,v 10.12 2001/06/25 15:19:32 skimo Exp (Berkeley) Date: 2001/06/25 15:19:32 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_match.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_match.c,v 10.10 2001/06/25 15:19:32 skimo Exp (Berkeley) Date: 2001/06/25 15:19:32 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_paragraph.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_paragraph.c,v 10.10 2001/06/25 15:19:32 skimo Exp (Berkeley) Date: 2001/06/25 15:19:32 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_put.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_put.c,v 10.6 2001/06/25 15:19:34 skimo Exp (Berkeley) Date: 2001/06/25 15:19:34 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_redraw.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_redraw.c,v 10.7 2001/06/25 15:19:34 skimo Exp (Berkeley) Date: 2001/06/25 15:19:34 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_replace.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_replace.c,v 10.24 2001/06/25 15:19:34 skimo Exp (Berkeley) Date: 2001/06/25 15:19:34 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_right.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_right.c,v 10.8 2001/06/25 15:19:34 skimo Exp (Berkeley) Date: 2001/06/25 15:19:34 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_screen.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_screen.c,v 10.12 2001/06/25 15:19:34 skimo Exp (Berkeley) Date: 2001/06/25 15:19:34 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_scroll.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_scroll.c,v 10.12 2001/06/25 15:19:34 skimo Exp (Berkeley) Date: 2001/06/25 15:19:34 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_search.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_search.c,v 10.30 2001/09/11 20:52:46 skimo Exp (Berkeley) Date: 2001/09/11 20:52:46 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_section.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_section.c,v 10.10 2001/06/25 15:19:35 skimo Exp (Berkeley) Date: 2001/06/25 15:19:35 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_sentence.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_sentence.c,v 10.9 2001/06/25 15:19:35 skimo Exp (Berkeley) Date: 2001/06/25 15:19:35 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_status.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_status.c,v 10.10 2001/06/25 15:19:35 skimo Exp (Berkeley) Date: 2001/06/25 15:19:35 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_txt.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_txt.c,v 10.108 2003/07/18 21:27:42 skimo Exp (Berkeley) Date: 2003/07/18 21:27:42 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_ulcase.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_ulcase.c,v 10.11 2001/06/25 15:19:36 skimo Exp (Berkeley) Date: 2001/06/25 15:19:36 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_undo.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_undo.c,v 10.6 2001/06/25 15:19:36 skimo Exp (Berkeley) Date: 2001/06/25 15:19:36 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_util.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_util.c,v 10.14 2001/06/25 15:19:36 skimo Exp (Berkeley) Date: 2001/06/25 15:19:36 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_word.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_word.c,v 10.6 2001/06/25 15:19:36 skimo Exp (Berkeley) Date: 2001/06/25 15:19:36 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_xchar.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_xchar.c,v 10.10 2001/06/25 15:19:36 skimo Exp (Berkeley) Date: 2001/06/25 15:19:36 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_yank.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_yank.c,v 10.10 2001/06/25 15:19:36 skimo Exp (Berkeley) Date: 2001/06/25 15:19:36 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_z.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_z.c,v 10.12 2001/06/25 15:19:36 skimo Exp (Berkeley) Date: 2001/06/25 15:19:36 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/v_zexit.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: v_zexit.c,v 10.7 2001/06/25 15:19:37 skimo Exp (Berkeley) Date: 2001/06/25 15:19:37 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/vi.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: vi.c,v 10.73 2002/04/11 19:49:30 skimo Exp (Berkeley) Date: 2002/04/11 19:49:30 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/vs_line.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: vs_line.c,v 10.38 2002/01/19 21:59:07 skimo Exp (Berkeley) Date: 2002/01/19 21:59:07 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/vs_msg.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: vs_msg.c,v 10.85 2001/07/29 19:07:31 skimo Exp (Berkeley) Date: 2001/07/29 19:07:31 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/vs_refresh.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: vs_refresh.c,v 10.50 2001/06/25 15:19:37 skimo Exp (Berkeley) Date: 2001/06/25 15:19:37 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/vs_relative.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: vs_relative.c,v 10.18 2001/07/08 13:02:48 skimo Exp (Berkeley) Date: 2001/07/08 13:02:48 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/vs_smap.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: vs_smap.c,v 10.30 2002/01/19 21:59:07 skimo Exp (Berkeley) Date: 2002/01/19 21:59:07 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/vi/vs_split.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: vs_split.c,v 10.42 2001/06/25 15:19:38 skimo Exp (Berkeley) Date: 2001/06/25 15:19:38 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/vi_db1.c:13:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: db1.c,v 10.1 2002/03/09 12:53:57 skimo Exp (Berkeley) Date: 2002/03/09 12:53:57 "; | |
^ | |
1 warning generated. | |
/usr/src/external/bsd/nvi/dist/common/log1.c:14:19: warning: unused variable 'sccsid' [-Wunused-const-variable] | |
static const char sccsid[] = "Id: log.c,v 10.26 2002/03/02 23:12:13 skimo Exp (Berkeley) Date: 2002/03/02 23:12:13 "; | |
^ | |
1 warning generated. | |
yacc: 46 shift/reduce conflicts, 87 reduce/reduce conflicts. | |
units.c:117:11: warning: format string is not a string literal [-Wformat-nonliteral] | |
vprintf(fmt, args); | |
^~~ | |
units.c:121:10: warning: format string is not a string literal [-Wformat-nonliteral] | |
vwarnx(fmt, args); | |
^~~ | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-Wa,--divide' | |
clang: warning: argument unused during compilation: '-Wa,--divide' | |
clang: warning: argument unused during compilation: '-Wa,--divide' | |
clang: warning: argument unused during compilation: '-Wa,--divide' | |
clang: warning: argument unused during compilation: '-Wa,--divide' | |
clang: warning: argument unused during compilation: '-Wa,--divide' | |
clang: warning: argument unused during compilation: '-Wa,--divide' | |
clang: warning: argument unused during compilation: '-Wa,--divide' | |
clang: warning: argument unused during compilation: '-Wa,--divide' | |
clang: warning: argument unused during compilation: '-Wa,--divide' | |
clang: warning: argument unused during compilation: '-g' | |
add_route.c:168:12: warning: implicit declaration of function 'inet_aton' is invalid in C99 [-Wimplicit-function-declaration] | |
else if (inet_aton(destination_str, &destination)) | |
^ | |
add_route.c:197:16: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
prog_name, inet_ntoa(destination)); | |
^ | |
add_route.c:197:16: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
prog_name, inet_ntoa(destination)); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
add_route.c:251:4: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(destination)); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
add_route.c:252:30: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("with netmask %s ", inet_ntoa(netmask)); | |
~~ ^~~~~~~~~~~~~~~~~~ | |
%d | |
add_route.c:253:30: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("using gateway %s", inet_ntoa(gateway)); | |
~~ ^~~~~~~~~~~~~~~~~~ | |
%d | |
6 warnings generated. | |
arp.c:259:33: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
printf("%s (%s)", he->h_name, inet_ntoa(ipaddr)); | |
^ | |
arp.c:259:33: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("%s (%s)", he->h_name, inet_ntoa(ipaddr)); | |
~~ ^~~~~~~~~~~~~~~~~ | |
%d | |
arp.c:261:16: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("%s", inet_ntoa(ipaddr)); | |
~~ ^~~~~~~~~~~~~~~~~ | |
%d | |
arp.c:418:6: warning: implicit declaration of function 'inet_aton' is invalid in C99 [-Wimplicit-function-declaration] | |
if (inet_aton(hostname, &ipaddr) == 0) | |
^ | |
4 warnings generated. | |
at.c:63:8: warning: incompatible pointer types passing 'long *' to parameter of type 'time_t *' (aka 'long long *') [-Wincompatible-pointer-types] | |
time(&clk); | |
^~~~ | |
/usr/include/time.h:97:21: note: passing argument to parameter here | |
time_t time(time_t *) __RENAME(__time50); | |
^ | |
at.c:64:17: warning: incompatible pointer types passing 'long *' to parameter of type 'const time_t *' (aka 'const long long *') [-Wincompatible-pointer-types] | |
p = localtime(&clk); | |
^~~~ | |
/usr/include/time.h:96:36: note: passing argument to parameter here | |
struct tm *localtime(const time_t *) __RENAME(__locatime50); | |
^ | |
2 warnings generated. | |
btrace.c:37:12: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] | |
if ((r = ioctl(devfd, BIOCTRACEBUF, &size)) < 0) { | |
^ | |
1 warning generated. | |
bsfilt.c:94:4: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(1); | |
^ | |
bsfilt.c:94:4: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
1 warning generated. | |
cawf.c:114:14: warning: implicit declaration of function 'getopt' is invalid in C99 [-Wimplicit-function-declaration] | |
while ((i = getopt(argc, argv, "c:d:ef:hm:")) != EOF) { | |
^ | |
1 warning generated. | |
getopt.c:42:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
else if(strcmp(argv[optind], "--") == NULL) { | |
^ | |
getopt.c:47:28: warning: incompatible pointer types passing 'char **' to parameter of type 'const char *'; dereference with * [-Wincompatible-pointer-types] | |
if(c == ':' || (cp=strchr(opts, c)) == NULL) { | |
^~~~ | |
* | |
getopt.c:48:3: warning: incompatible redeclaration of library function 'strlen' [-Wincompatible-library-redeclaration] | |
ERR(": illegal option -- ", c); | |
^ | |
getopt.c:18:13: note: expanded from macro 'ERR' | |
extern int strlen(), write();\ | |
^ | |
getopt.c:48:3: note: 'strlen' is a builtin with type 'unsigned int (const char *)' | |
getopt.c:18:13: note: expanded from macro 'ERR' | |
extern int strlen(), write();\ | |
^ | |
getopt.c:59:4: warning: incompatible redeclaration of library function 'strlen' [-Wincompatible-library-redeclaration] | |
ERR(": option requires an argument -- ", c); | |
^ | |
getopt.c:18:13: note: expanded from macro 'ERR' | |
extern int strlen(), write();\ | |
^ | |
getopt.c:48:3: note: 'strlen' is a builtin with type 'unsigned int (const char *)' | |
ERR(": illegal option -- ", c); | |
^ | |
getopt.c:18:13: note: expanded from macro 'ERR' | |
extern int strlen(), write();\ | |
^ | |
4 warnings generated. | |
macsup.c:54:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
1 warning generated. | |
nreq.c:693:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
while (*s1++ = *s4++) | |
~~~~~~^~~~~~~ | |
nreq.c:693:15: note: place parentheses around the assignment to silence this warning | |
while (*s1++ = *s4++) | |
^ | |
( ) | |
nreq.c:693:15: note: use '==' to turn this assignment into an equality comparison | |
while (*s1++ = *s4++) | |
^ | |
== | |
1 warning generated. | |
ci.c:256:8: warning: incompatible pointer types passing 'long *' to parameter of type 'time_t *' (aka 'long long *') [-Wincompatible-pointer-types] | |
time(&now); | |
^~~~ | |
/usr/include/time.h:97:21: note: passing argument to parameter here | |
time_t time(time_t *) __RENAME(__time50); | |
^ | |
ci.c:258:64: warning: incompatible pointer types passing 'long *' to parameter of type 'const time_t *' (aka 'const long long *') [-Wincompatible-pointer-types] | |
fprintf(fp, "#***SVC*** revision %d %s %s", rev, file, ctime(&now)); | |
^~~~ | |
/usr/include/time.h:93:27: note: passing argument to parameter here | |
char *ctime(const time_t *) __RENAME(__ctime50); | |
^ | |
2 warnings generated. | |
ci.o: In function `main': | |
ci.c:(.text+0x199): warning: warning: mktemp() possibly used unsafely, use mkstemp() or mkdtemp() | |
ci.o: In function `logmsg': | |
ci.c:(.text+0xfd0): warning: warning: this program uses gets(), which is unsafe. | |
cmp.c:104:26: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] | |
name1, name2, pos + i1, line); | |
^~~~~~~~ | |
cmp.c:104:36: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long long') [-Wformat] | |
name1, name2, pos + i1, line); | |
^~~~ | |
cmp.c:108:28: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] | |
printf("%10d %3o %3o\n", pos + i1, c1 & 0xFF, c2 & 0xFF); | |
~~~~ ^~~~~~~~ | |
%10lld | |
3 warnings generated. | |
In file included from cron.c:21: | |
./misc.h:36:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration] | |
void log(int level, const char *fmt, ...); | |
^ | |
./misc.h:36:6: note: 'log' is a builtin with type 'double (double)' | |
1 warning generated. | |
In file included from tab.c:21: | |
./misc.h:36:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration] | |
void log(int level, const char *fmt, ...); | |
^ | |
./misc.h:36:6: note: 'log' is a builtin with type 'double (double)' | |
1 warning generated. | |
In file included from misc.c:10: | |
./misc.h:36:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration] | |
void log(int level, const char *fmt, ...); | |
^ | |
./misc.h:36:6: note: 'log' is a builtin with type 'double (double)' | |
1 warning generated. | |
In file included from crontab.c:16: | |
/usr/src/minix/commands/cron/misc.h:36:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration] | |
void log(int level, const char *fmt, ...); | |
^ | |
/usr/src/minix/commands/cron/misc.h:36:6: note: 'log' is a builtin with type 'double (double)' | |
crontab.c:181:11: warning: expression result unused [-Wunused-value] | |
seteuid(0); | |
^ | |
crontab.c:20:24: note: expanded from macro 'seteuid' | |
#define seteuid(uid) ((uid),0) /* Minix can't fiddle with uids. */ | |
^ | |
crontab.c:227:11: warning: expression result unused [-Wunused-value] | |
seteuid(0); | |
^ | |
crontab.c:20:24: note: expanded from macro 'seteuid' | |
#define seteuid(uid) ((uid),0) /* Minix can't fiddle with uids. */ | |
^ | |
3 warnings generated. | |
In file included from /usr/src/minix/commands/cron/tab.c:21: | |
/usr/src/minix/commands/cron/misc.h:36:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration] | |
void log(int level, const char *fmt, ...); | |
^ | |
/usr/src/minix/commands/cron/misc.h:36:6: note: 'log' is a builtin with type 'double (double)' | |
1 warning generated. | |
In file included from /usr/src/minix/commands/cron/misc.c:10: | |
/usr/src/minix/commands/cron/misc.h:36:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration] | |
void log(int level, const char *fmt, ...); | |
^ | |
/usr/src/minix/commands/cron/misc.h:36:6: note: 'log' is a builtin with type 'double (double)' | |
1 warning generated. | |
devsize.c:44:7: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] | |
if (ioctl(fd, DIOCGETP, &entry) == -1) { | |
^ | |
1 warning generated. | |
dhcpd.c:362:26: warning: format specifies type 'unsigned long' but the argument has type 'long long' [-Wformat] | |
sprintf(delta, "-%lu", now - expire); | |
~~~ ^~~~~~~~~~~~ | |
%lld | |
dhcpd.c:364:26: warning: format specifies type 'unsigned long' but the argument has type 'long long' [-Wformat] | |
sprintf(delta, "+%lu", expire - now); | |
~~~ ^~~~~~~~~~~~ | |
%lld | |
dhcpd.c:366:30: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
printf("\t%-15s %8s ", inet_ntoa(entry.ip), delta); | |
^ | |
dhcpd.c:366:30: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("\t%-15s %8s ", inet_ntoa(entry.ip), delta); | |
~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
%-15d | |
dhcpd.c:485:13: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
program, inet_ntoa(cip)); | |
^~~~~~~~~~~~~~ | |
dhcpd.c:531:39: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
fprintf(stderr, " declines %s", inet_ntoa(cip)); | |
~~ ^~~~~~~~~~~~~~ | |
%d | |
dhcpd.c:956:6: warning: passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
np->hostname, strlen(np->hostname)); | |
^~~~~~~~~~~~ | |
./dhcpd.h:155:40: note: passing argument to parameter 'data' here | |
void settag(dhcp_t *dp, int tag, void *data, size_t len); | |
^ | |
dhcpd.c:986:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(np->server)); | |
^~~~~~~~~~~~~~~~~~~~~ | |
dhcpd.c:1076:41: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
np->fdp->device, dhcptypename(type), inet_ntoa(server)); | |
^~~~~~~~~~~~~~~~~ | |
dhcpd.c:1078:4: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(relay)); | |
^~~~~~~~~~~~~~~~ | |
dhcpd.c:1078:4: warning: data argument not used by format string [-Wformat-extra-args] | |
inet_ntoa(relay)); | |
^ | |
dhcpd.c:1139:36: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("Sent ARP for %s\n", inet_ntoa(np->ip)); | |
~~ ^~~~~~~~~~~~~~~~~ | |
%d | |
dhcpd.c:1225:13: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
program, inet_ntoa(server)); | |
^~~~~~~~~~~~~~~~~ | |
dhcpd.c:1227:35: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
fprintf(stderr, " through %s", inet_ntoa(relay)); | |
~~ ^~~~~~~~~~~~~~~~ | |
%d | |
dhcpd.c:1246:4: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(np->ip)); | |
^~~~~~~~~~~~~~~~~ | |
dhcpd.c:1248:4: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(np->server), | |
^~~~~~~~~~~~~~~~~~~~~ | |
dhcpd.c:1273:22: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
np->fdp->device, inet_ntoa(np->gateway)); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
dhcpd.c:1323:21: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
np->fdp->device, inet_ntoa(router)); | |
^~~~~~~~~~~~~~~~~ | |
dhcpd.c:1372:24: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
np->fdp->device, inet_ntoa(bp->udpio->uih_src_addr)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
dhcpd.c:1373:18: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("%s\n", inet_ntoa(bp->udpio->uih_dst_addr)); | |
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
%d | |
dhcpd.c:1384:8: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(bp->udpio->uih_dst_addr)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
21 warnings generated. | |
tags.c:62:9: warning: implicit declaration of function 'inet_aton' is invalid in C99 [-Wimplicit-function-declaration] | |
if (inet_aton(name, pip)) return 1; | |
^ | |
tags.c:156:32: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
sprintf(result, "%s/%-2d", inet_ntoa(addr), n); | |
^ | |
tags.c:156:32: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
sprintf(result, "%s/%-2d", inet_ntoa(addr), n); | |
~~ ^~~~~~~~~~~~~~~ | |
%d | |
tags.c:157:48: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion] | |
if (n == -1) strcpy(strchr(result, '/')+1, inet_ntoa(mask)); | |
^~~~~~~~~~~~~~~ | |
/usr/include/string.h:58:56: note: passing argument to parameter here | |
char *strcpy(char * __restrict, const char * __restrict); | |
^ | |
tags.c:579:11: warning: assigning to 'char *' from 'char const[1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
name= atname->word; | |
^ ~~~~~~~~~~~~ | |
tags.c:900:17: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf(" %s", inet_ntoa(ip)); | |
~~ ^~~~~~~~~~~~~ | |
%d | |
6 warnings generated. | |
devices.c:101:18: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] | |
if (alarm(1) < 0) fatal("alarm(1)"); | |
~~~~~~~~ ^ ~ | |
devices.c:222:15: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] | |
if (alarm(1) < 0) fatal("alarm(1)"); | |
~~~~~~~~ ^ ~ | |
devices.c:228:15: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] | |
if (alarm(0) < 0) fatal("alarm(0)"); | |
~~~~~~~~ ^ ~ | |
3 warnings generated. | |
ether.c:182:16: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] | |
((u32_t *) icmp->ih_dun.uhd_data)[1] = htonl((u32_t) -9999); | |
^ ~ | |
/usr/include/net/gen/icmp_hdr.h:54:3: note: array 'uhd_data' declared here | |
u8_t uhd_data[1]; | |
^ | |
/usr/include/sys/types.h:100:15: note: expanded from macro 'u8_t' | |
#define u8_t uint8_t | |
^ | |
/usr/include/sys/types.h:60:18: note: expanded from macro 'uint8_t' | |
#define uint8_t __uint8_t | |
^ | |
1 warning generated. | |
diffdir.c:179:35: warning: incompatible pointer types passing 'struct dirent *' to parameter of type 'char *' [-Wincompatible-pointer-types] | |
dentsbytes_actual = getdents(fd, (struct dirent *) read_de, readlen); | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/include/dirent.h:114:25: note: passing argument to parameter here | |
int getdents(int, char *, size_t) __RENAME(__getdents30); | |
^ | |
1 warning generated. | |
diskctl.c:48:7: warning: implicitly declaring library function 'strcasecmp' with type 'int (const char *, const char *)' | |
if (!strcasecmp(argv[2], "getwcache")) { | |
^ | |
diskctl.c:48:7: note: please include the header <strings.h> or explicitly provide a declaration for 'strcasecmp' | |
1 warning generated. | |
fbdctl.c:98:7: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] | |
if (ioctl(fd, FBDCGETRULE, &rule) < 0) { | |
^ | |
1 warning generated. | |
find.c:186:43: warning: incompatible pointer types passing 'int (*)(const FTSENT *const *, const FTSENT *const *)' to parameter of type 'int (*)(const FTSENT **, const FTSENT **)' [-Wincompatible-pointer-types] | |
if (!(tree = fts_open(paths, ftsoptions, issort ? ftscompare : NULL))) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/include/fts.h:145:11: note: passing argument to parameter here | |
int (*)(const FTSENT **, const FTSENT **)) __RENAME(__fts_open60); | |
^ | |
1 warning generated. | |
format.c:126:15: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long long') [-Wformat] | |
cyl, head, track_pos, strerror(errno)); | |
^~~~~~~~~ | |
format.c:158:15: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long long') [-Wformat] | |
cyl, head, track_pos, strerror(errno)); | |
^~~~~~~~~ | |
format.c:171:24: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long long') [-Wformat] | |
cyl, head, sector, track_pos, strerror(errno)); | |
^~~~~~~~~ | |
format.c:179:24: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long long') [-Wformat] | |
cyl, head, sector, track_pos); | |
^~~~~~~~~ | |
format.c:187:5: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long long') [-Wformat] | |
track_pos); | |
^~~~~~~~~ | |
5 warnings generated. | |
format.o: In function `format_device': | |
format.c:(.text+0x46d): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp() | |
fsck.c:648:49: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long long') [-Wformat] | |
printf("warning: expected max size to be %d ", maxsize); | |
~~ ^~~~~~~ | |
%lld | |
fsck.c:684:25: warning: format specifies type 'unsigned int' but the argument has type 'ino_t' (aka 'unsigned long long') [-Wformat] | |
printf("inode %u:\n", ino); | |
~~ ^~~ | |
%llu | |
fsck.c:804:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
else if (!(w1 & 1) && (w2 & 1)) | |
^ | |
fsck.c:856:40: warning: format specifies type 'unsigned int' but the argument has type 'ino_t' (aka 'unsigned long long') [-Wformat] | |
printf("mode inode %u not cleared", ino); | |
~~ ^~~ | |
%llu | |
fsck.c:882:25: warning: format specifies type 'unsigned int' but the argument has type 'ino_t' (aka 'unsigned long long') [-Wformat] | |
printf("%5u %5u %5u", ino, (unsigned) inode.i_nlinks, count[ino]); | |
~~~ ^~~ | |
%5llu | |
fsck.c:942:18: warning: format specifies type 'unsigned int' but the argument has type 'ino_t' (aka 'unsigned long long') [-Wformat] | |
printf("%6u ", ino); | |
~~~ ^~~ | |
%6llu | |
fsck.c:1030:27: warning: format specifies type 'unsigned int' but the argument has type 'ino_t' (aka 'unsigned long long') [-Wformat] | |
printf("instead of %u)", exp); | |
~~ ^~~ | |
%llu | |
fsck.c:1042:58: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long long') [-Wformat] | |
printf("warning: %s has offset %d in ", printable_name, pos); | |
~~ ^~~ | |
%lld | |
fsck.c:1209:27: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long long') [-Wformat] | |
printf(", pos = %d)\n", pos); | |
~~ ^~~ | |
%lld | |
fsck.c:1428:36: warning: format specifies type 'unsigned int' but the argument has type 'ino_t' (aka 'unsigned long long') [-Wformat] | |
printf("(ino = %u, mode = %o)\n", ino, ip->i_mode); | |
~~ ^~~ | |
%llu | |
fsck.c:1463:29: warning: format specifies type 'unsigned int' but the argument has type 'ino_t' (aka 'unsigned long long') [-Wformat] | |
printf("found inode %u: ", ino); | |
~~ ^~~ | |
%llu | |
11 warnings generated. | |
host.c:116:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(1); | |
^ | |
host.c:116:3: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
host.c:177:12: warning: implicit declaration of function 'inet_aton' is invalid in C99 [-Wimplicit-function-declaration] | |
isaddr = inet_aton(s, &addr); | |
^ | |
host.c:195:12: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
inet_ntoa(_res.nsaddr.sin_addr)); | |
^ | |
host.c:195:12: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(_res.nsaddr.sin_addr)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
host.c:299:5: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] | |
if (atoi(s)) | |
^ | |
host.c:333:18: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf(" %s", inet_ntoa(**hptr)); | |
~~ ^~~~~~~~~~~~~~~~~ | |
%d | |
host.c:390:20: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
if (n == 0 && (cp = __hostalias(name))) { | |
^ ~~~~~~~~~~~~~~~~~ | |
host.c:612:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
else { | |
^ | |
host.c:634:6: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(inaddr)); | |
^~~~~~~~~~~~~~~~~ | |
host.c:639:8: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(inaddr)); | |
^~~~~~~~~~~~~~~~~ | |
host.c:748:8: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(inaddr), protop->p_name); | |
^~~~~~~~~~~~~~~~~ | |
host.c:751:8: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(inaddr), proto); | |
^~~~~~~~~~~~~~~~~ | |
host.c:749:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
else | |
^ | |
host.c:765:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
else | |
^ | |
host.c:779:52: warning: format specifies type 'unsigned int' but the argument has type '__uint8_t *' (aka 'unsigned char *') [-Wformat] | |
fprintf(file,"packet size error (%#x != %#x)\n", cp, cp1+dlen); | |
~~~ ^~ | |
%s | |
host.c:779:56: warning: format specifies type 'unsigned int' but the argument has type '__uint8_t *' (aka 'unsigned char *') [-Wformat] | |
fprintf(file,"packet size error (%#x != %#x)\n", cp, cp1+dlen); | |
~~~ ^~~~~~~~ | |
%s | |
host.c:988:19: warning: incompatible pointer types passing 'struct rrec *' to parameter of type 'const u_char *' (aka 'const unsigned char *') [-Wincompatible-pointer-types] | |
(char *)0, 0, (struct rrec *)0, | |
^~~~~~~~~~~~~~~~ | |
/usr/include/resolv.h:328:25: note: passing argument to parameter here | |
int, const u_char *, u_char *, int); | |
^ | |
host.c:1136:19: warning: incompatible pointer types passing 'struct rrec *' to parameter of type 'const u_char *' (aka 'const unsigned char *') [-Wincompatible-pointer-types] | |
(char *)0, 0, (struct rrec *)0, | |
^~~~~~~~~~~~~~~~ | |
/usr/include/resolv.h:328:25: note: passing argument to parameter here | |
int, const u_char *, u_char *, int); | |
^ | |
host.c:1149:17: warning: implicit declaration of function 'getenv' is invalid in C99 [-Wimplicit-function-declaration] | |
tcp_serv_name= getenv("TCP_DEVICE"); | |
^ | |
host.c:1149:15: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] | |
tcp_serv_name= getenv("TCP_DEVICE"); | |
^ ~~~~~~~~~~~~~~~~~~~~ | |
host.c:1171:4: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] | |
close(tcp_fd); | |
^ | |
host.c:1175:26: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("Trying %s\n", inet_ntoa(tcpconf.nwtc_remaddr)); | |
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
%d | |
host.c:1228:12: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] | |
result = read(tcp_fd, (char *)cp, amtToRead); | |
^ | |
host.c:1366:11: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] | |
nbytes= write(fd, buf, siz); | |
^ | |
24 warnings generated. | |
hostaddr.c:184:6: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
inet_ntoa(nwio_ipconf.nwic_ipaddr)); | |
^ | |
hostaddr.c:184:6: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(nwio_ipconf.nwic_ipaddr)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
hostaddr.c:259:12: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] | |
hostname= inet_ntoa(nwio_ipconf.nwic_ipaddr); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
3 warnings generated. | |
ifconfig.c:39:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main(argc, argv) | |
^~~~ | |
ifconfig.c:170:6: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
inet_ntoa(ipconf.nwic_ipaddr)); | |
^ | |
ifconfig.c:170:6: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(ipconf.nwic_ipaddr)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ifconfig.c:175:7: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(ipconf.nwic_netmask)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
4 warnings generated. | |
ifdef.c:339:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
} else { | |
^ | |
1 warning generated. | |
ipcs.c:346:28: warning: format specifies type 'unsigned int' but the argument has type 'key_t' (aka 'long') [-Wformat] | |
printf("0x%08x ",ipcp->KEY ); | |
~~~~ ^~~~~~~~~ | |
%08lx | |
ipcs.c:453:29: warning: format specifies type 'unsigned int' but the argument has type 'key_t' (aka 'long') [-Wformat] | |
printf("0x%08x ", ipcp->KEY); | |
~~~~ ^~~~~~~~~ | |
%08lx | |
ipcs.c:592:3: warning: implicit declaration of function 'err' is invalid in C99 [-Wimplicit-function-declaration] | |
err(EXIT_FAILURE, _("shmctl failed")); | |
^ | |
3 warnings generated. | |
irdpd.c:145:4: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
addr2name(ptab->tab_gw), | |
^ | |
irdpd.c:130:25: note: expanded from macro 'addr2name' | |
#define addr2name(host) inet_ntoa(host) | |
^ | |
irdpd.c:145:4: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
addr2name(ptab->tab_gw), | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
irdpd.c:130:25: note: expanded from macro 'addr2name' | |
#define addr2name(host) inet_ntoa(host) | |
^~~~~~~~~~~~~~~ | |
irdpd.c:195:42: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("Routing table send to %s:\n", addr2name(host)); | |
~~ ^~~~~~~~~~~~~~~ | |
%d | |
irdpd.c:130:25: note: expanded from macro 'addr2name' | |
#define addr2name(host) inet_ntoa(host) | |
^~~~~~~~~~~~~~~ | |
irdpd.c:357:4: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
addr2name(udp_io_hdr->uih_src_addr)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
irdpd.c:130:25: note: expanded from macro 'addr2name' | |
#define addr2name(host) inet_ntoa(host) | |
^~~~~~~~~~~~~~~ | |
irdpd.c:431:4: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
addr2name(ip_hdr->ih_src)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
irdpd.c:130:25: note: expanded from macro 'addr2name' | |
#define addr2name(host) inet_ntoa(host) | |
^~~~~~~~~~~~~~~ | |
5 warnings generated. | |
isoread.c:379:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
else name_index = 1; /* first name in path */ | |
^ | |
1 warning generated. | |
lpd.c:171:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
1 warning generated. | |
lpd.o: In function `spool': | |
lpd.c:(.text+0xd4): warning: warning: mktemp() possibly used unsafely, use mkstemp() or mkdtemp() | |
mail.o: In function `main': | |
mail.c:(.text+0x47): warning: warning: mktemp() possibly used unsafely, use mkstemp() or mkdtemp() | |
mt.c:203:5: warning: data argument not used by format string [-Wformat-extra-args] | |
mtget.mt_blksiz); | |
^ | |
1 warning generated. | |
nonamed.c:309:20: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
printf(" %s", inet_ntoa(upack32(cp))); | |
^ | |
nonamed.c:309:20: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf(" %s", inet_ntoa(upack32(cp))); | |
~~ ^~~~~~~~~~~~~~~~~~~~~~ | |
%d | |
nonamed.c:823:25: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
nowgmt(), version, inet_ntoa(my_ip), ntohs(my_port)); | |
^~~~~~~~~~~~~~~~ | |
nonamed.c:1093:15: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
version, inet_ntoa(my_ip), ntohs(my_port)); | |
^~~~~~~~~~~~~~~~ | |
nonamed.c:1350:6: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(current_named()), ntohs(named_port)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
nonamed.c:1392:23: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("%s:%u UDP ", inet_ntoa(udp.hdr.uih_src_addr), | |
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
%d | |
nonamed.c:1417:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(current_named())); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
nonamed.c:1445:46: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
if (debug >= 1) printf("To client %s:%u\n", inet_ntoa(ip), ntohs(port)); | |
~~ ^~~~~~~~~~~~~ | |
%d | |
nonamed.c:1454:8: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(udp.hdr.uih_src_addr)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
nonamed.c:1469:24: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("%s:%u UDP ", inet_ntoa(udp.hdr.uih_dst_addr), | |
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
%d | |
nonamed.c:1485:7: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(current_named()), ntohs(named_port)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
nonamed.c:1978:22: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("PROBE %s ", inet_ntoa(ip)); | |
~~ ^~~~~~~~~~~~~ | |
%d | |
12 warnings generated. | |
pr_routes.c:190:15: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration] | |
if (mask == htonl(testmask)) | |
^ | |
pr_routes.c:195:29: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
sprintf(result, "%s/%-2d", inet_ntoa(addr), n); | |
^ | |
pr_routes.c:195:29: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
sprintf(result, "%s/%-2d", inet_ntoa(addr), n); | |
~~ ^~~~~~~~~~~~~~~ | |
%d | |
pr_routes.c:197:33: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion] | |
strcpy(strchr(result, '/')+1, inet_ntoa(mask)); | |
^~~~~~~~~~~~~~~ | |
/usr/include/string.h:58:56: note: passing argument to parameter here | |
char *strcpy(char * __restrict, const char * __restrict); | |
^ | |
pr_routes.c:210:32: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("%*s ", gateway_width, inet_ntoa(route->nwr_gateway)); | |
~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
%*d | |
pr_routes.c:283:9: warning: incompatible integer to pointer conversion returning 'int' from a function with result type 'char *' [-Wint-conversion] | |
return inet_ntoa(addr); | |
^~~~~~~~~~~~~~~ | |
6 warnings generated. | |
ramdisk.c:36:5: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] | |
if(ioctl(fd, MIOCRAMSIZE, &size) < 0) { | |
^ | |
1 warning generated. | |
rarpd.c:146:21: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
ethdev(ep->n), inet_ntoa(ip_addr), hostname, ether_ntoa(ð_addr)); | |
^ | |
rarpd.c:146:21: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
ethdev(ep->n), inet_ntoa(ip_addr), hostname, ether_ntoa(ð_addr)); | |
^~~~~~~~~~~~~~~~~~ | |
rarpd.c:293:17: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
ipdev(ep->n), inet_ntoa(ep->ip_addr)); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
rarpd.c:294:21: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
printf("%s\n", inet_ntoa(ep->ip_mask)); | |
~~ ^~~~~~~~~~~~~~~~~~~~~~ | |
%d | |
4 warnings generated. | |
rawspeed.c:224:4: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] | |
(nbytes + 512) / 1024, | |
^~~~~~~~~~~~~~~~~~~~~ | |
rawspeed.c:233:34: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long long') [-Wformat] | |
fprintf(stderr, "%d kB/s\n", kBpts); | |
~~ ^~~~~ | |
%lld | |
rawspeed.c:238:6: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] | |
kBpts/10, kBpts%10); | |
^~~~~~~~ | |
rawspeed.c:238:16: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] | |
kBpts/10, kBpts%10); | |
^~~~~~~~ | |
rawspeed.c:250:4: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long long') [-Wformat] | |
nseeks, tenthsec / 10, tenthsec % 10, | |
^~~~~~ | |
rawspeed.c:251:4: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat] | |
(nseeks * 10 + tenthsec/2) / tenthsec, | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
rawspeed.c:252:4: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] | |
tenthms / 10, tenthms % 10); | |
^~~~~~~~~~~~ | |
rawspeed.c:252:18: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] | |
tenthms / 10, tenthms % 10); | |
^~~~~~~~~~~~ | |
rawspeed.c:267:5: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] | |
(tenthms - rotms) / 10, (tenthms - rotms) % 10, | |
^~~~~~~~~~~~~~~~~~~~~~ | |
rawspeed.c:267:29: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] | |
(tenthms - rotms) / 10, (tenthms - rotms) % 10, | |
^~~~~~~~~~~~~~~~~~~~~~ | |
10 warnings generated. | |
rcp.c:467:8: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long long') [-Wformat] | |
stb.st_mtime, stb.st_atime); | |
^~~~~~~~~~~~ | |
rcp.c:467:22: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long long') [-Wformat] | |
stb.st_mtime, stb.st_atime); | |
^~~~~~~~~~~~ | |
rcp.c:526:7: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long long') [-Wformat] | |
statp->st_mtime, statp->st_atime); | |
^~~~~~~~~~~~~~~ | |
rcp.c:526:24: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long long') [-Wformat] | |
statp->st_mtime, statp->st_atime); | |
^~~~~~~~~~~~~~~ | |
4 warnings generated. | |
remsync.c:1212:9: warning: data argument not used by format string [-Wformat-extra-args] | |
err); | |
^ | |
1 warning generated. | |
extra.c:155:37: warning: incompatible integer to pointer conversion passing 'unsigned long' to parameter of type 'void *' [-Wint-conversion] | |
v= ptrace(T_READB_INS, victim_pid, vaddr, 0); | |
^~~~~ | |
/usr/include/sys/ptrace.h:209:44: note: passing argument to parameter '_addr' here | |
int ptrace(int _request, pid_t _pid, void *_addr, int _data); | |
^ | |
extra.c:183:38: warning: incompatible integer to pointer conversion passing 'unsigned long' to parameter of type 'void *' [-Wint-conversion] | |
v= ptrace(T_WRITEB_INS, victim_pid, vaddr, value); | |
^~~~~ | |
/usr/include/sys/ptrace.h:209:44: note: passing argument to parameter '_addr' here | |
int ptrace(int _request, pid_t _pid, void *_addr, int _data); | |
^ | |
2 warnings generated. | |
synctree.c:1432:28: warning: incompatible pointer types passing 'int (int *)' to parameter of type 'char *' [-Wincompatible-pointer-types] | |
if (pipe(m2m) < 0) perrx(pipe); | |
^~~~ | |
synctree.c:141:25: note: passing argument to parameter 'label' here | |
static void perrx(char *label) | |
^ | |
1 warning generated. | |
synctree.o: In function `islink': | |
synctree.c:(.text+0x2018): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp() | |
tcpd.c:287:3: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
inet_ntoa(tcpconf.nwtc_remaddr), | |
^ | |
tcpd.c:287:3: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(tcpconf.nwtc_remaddr), | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
2 warnings generated. | |
tcpd.c:237:11: warning: implicit declaration of function 'servxcheck' is invalid in C99 [-Wimplicit-function-declaration] | |
&& !servxcheck(tcpconf.nwtc_remaddr, service, NULL) | |
^ | |
tcpd.c:287:3: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
inet_ntoa(tcpconf.nwtc_remaddr), | |
^ | |
tcpd.c:287:3: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(tcpconf.nwtc_remaddr), | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
3 warnings generated. | |
tcpstat.c:182:13: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
addr_str= inet_ntoa(a1); | |
^ | |
tcpstat.c:182:11: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] | |
addr_str= inet_ntoa(a1); | |
^ ~~~~~~~~~~~~~ | |
tcpstat.c:208:11: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] | |
addr_str= inet_ntoa(a2); | |
^ ~~~~~~~~~~~~~ | |
tcpstat.c:229:6: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] | |
(tcp_conn->tc_senddis-now)/system_hz); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
4 warnings generated. | |
ttn.c:125:3: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
inet_ntoa(host), ntohs(port)); | |
^ | |
ttn.c:125:3: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] | |
inet_ntoa(host), ntohs(port)); | |
^~~~~~~~~~~~~~~ | |
2 warnings generated. | |
main.c:95:13: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
hostname = inet_ntoa(tcpconf.nwtc_remaddr); | |
^ | |
main.c:95:11: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] | |
hostname = inet_ntoa(tcpconf.nwtc_remaddr); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
2 warnings generated. | |
udpstat.c:268:17: warning: implicit declaration of function 'inet_ntoa' is invalid in C99 [-Wimplicit-function-declaration] | |
locaddr_str= inet_ntoa(udp_port->up_ipaddr); | |
^ | |
udpstat.c:268:15: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] | |
locaddr_str= inet_ntoa(udp_port->up_ipaddr); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
udpstat.c:301:14: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] | |
remaddr_str= inet_ntoa(uf_udpopt.nwuo_remaddr); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
3 warnings generated. | |
fetch.c:319:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security] | |
fprintf(stderr, prompt); | |
^~~~~~ | |
1 warning generated. | |
rz.c:1045:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security] | |
printf(canistr); | |
^~~~~~~ | |
1 warning generated. | |
sz.c:633:48: warning: format specifies type 'unsigned int' but the argument has type 'time_t' (aka 'long long') [-Wformat] | |
sprintf(p, "%llu %o %o 0 %d %ld", f.st_size, f.st_mtime, | |
~~ ^~~~~~~~~~ | |
%llo | |
sz.c:1013:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security] | |
printf(canistr); | |
^~~~~~~ | |
sz.c:1382:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] | |
printf(qbf); fflush(stdout); | |
^~~ | |
3 warnings generated. | |
fdisk.c:609:3: warning: format specifies type 'long' but the argument has type '__uint32_t' (aka 'unsigned int') [-Wformat] | |
entry->lowsec, entry->size); | |
^~~~~~~~~~~~~ | |
fdisk.c:609:18: warning: format specifies type 'long' but the argument has type '__uint32_t' (aka 'unsigned int') [-Wformat] | |
entry->lowsec, entry->size); | |
^~~~~~~~~~~ | |
fdisk.c:758:57: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat] | |
"\t\tThat would make the base %lu and too small\n", pe->lowsec + adj); | |
~~~ ^~~~~~~~~~~~~~~~ | |
%u | |
fdisk.c:761:57: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat] | |
"\t\tThat would make the size %lu and too small\n", pe->size - adj); | |
~~~ ^~~~~~~~~~~~~~ | |
%u | |
fdisk.c:769:3: warning: format specifies type 'long' but the argument has type '__uint32_t' (aka 'unsigned int') [-Wformat] | |
pe->lowsec, pe->size); | |
^~~~~~~~~~ | |
fdisk.c:769:15: warning: format specifies type 'long' but the argument has type '__uint32_t' (aka 'unsigned int') [-Wformat] | |
pe->lowsec, pe->size); | |
^~~~~~~~ | |
fdisk.c:784:3: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat] | |
pe->size + adj); | |
^~~~~~~~~~~~~~ | |
fdisk.c:789:49: warning: format specifies type 'long' but the argument has type '__uint32_t' (aka 'unsigned int') [-Wformat] | |
printf("Size of partition adjusted to %ld\n", pe->size); | |
~~~ ^~~~~~~~ | |
%u | |
8 warnings generated. | |
part.c:1811:4: warning: format specifies type 'unsigned long' but the argument has type '__uint32_t' (aka 'unsigned int') [-Wformat] | |
pe->lowsec, | |
^~~~~~~~~~ | |
part.c:1812:4: warning: format specifies type 'long' but the argument has type '__uint32_t' (aka 'unsigned int') [-Wformat] | |
howend == SIZE ? pe->size : pe->size + pe->lowsec - 1, | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
part.c:1813:4: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat] | |
pe->size / 2); | |
^~~~~~~~~~~~ | |
3 warnings generated. | |
partition.c:194:33: warning: format specifies type 'unsigned long' but the argument has type '__uint32_t' (aka 'unsigned int') [-Wformat] | |
printf(" %8lu %8lu %7lu\n", p->lowsec, p->size, p->size / 2); | |
~~~~ ^~~~~~~~~ | |
%8u | |
partition.c:194:44: warning: format specifies type 'unsigned long' but the argument has type '__uint32_t' (aka 'unsigned int') [-Wformat] | |
printf(" %8lu %8lu %7lu\n", p->lowsec, p->size, p->size / 2); | |
~~~~ ^~~~~~~ | |
%8u | |
partition.c:194:53: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat] | |
printf(" %8lu %8lu %7lu\n", p->lowsec, p->size, p->size / 2); | |
~~~~ ^~~~~~~~~~~ | |
%7u | |
partition.c:377:13: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] | |
arg0, ((pe - table) - 1) / 2); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
4 warnings generated. | |
clang: warning: argument unused during compilation: '-nodefaultlibs' | |
clock.c:58:4: warning: format specifies type 'unsigned int' but the argument has type 'clock_t' (aka 'unsigned long') [-Wformat] | |
tim, prev_time)); | |
^~~ | |
/usr/src/minix/net/inet/inet.h:93:39: note: expanded from macro 'DBLOCK' | |
do { if ((level) & DEBUG) { where(); code; } } while(0) | |
^ | |
clock.c:58:9: warning: format specifies type 'unsigned int' but the argument has type 'clock_t' (aka 'unsigned long') [-Wformat] | |
tim, prev_time)); | |
^~~~~~~~~ | |
/usr/src/minix/net/inet/inet.h:93:39: note: expanded from macro 'DBLOCK' | |
do { if ((level) & DEBUG) { where(); code; } } while(0) | |
^ | |
2 warnings generated. | |
dynamically sized filesystem: 993 blocks, 483 inodes | |
cat: /usr/src/etc/etc.i386/rc.conf.append: No such file or directory | |
eval: cannot open /etc/hosts: no such file | |
diff: /etc/hosts: No such file or directory | |
db: not found | |
find: -user: _rwhod: no such user | |
mknod: ram: File exists | |
mknod: mem: File exists | |
mknod: kmem: File exists | |
mknod: null: File exists | |
mknod: boot: File exists | |
mknod: zero: File exists | |
mknod: imgrd: File exists | |
mknod: ram0: File exists | |
mknod: ram1: File exists | |
mknod: ram2: File exists | |
mknod: ram3: File exists | |
mknod: ram4: File exists | |
mknod: ram5: File exists | |
mknod: console: File exists | |
mknod: tty: File exists | |
mknod: lp: File exists | |
mknod: log: File exists | |
mknod: video: File exists | |
mknod: kbdmux: File exists | |
mknod: mousemux: File exists | |
mknod: kbd0: File exists | |
mknod: mouse0: File exists | |
mknod: kbd1: File exists | |
mknod: mouse1: File exists | |
mknod: kbd2: File exists | |
mknod: mouse2: File exists | |
mknod: kbd3: File exists | |
mknod: mouse3: File exists | |
mknod: c0d0: File exists | |
mknod: c0d0p0: File exists | |
mknod: c0d0p1: File exists | |
mknod: c0d0p2: File exists | |
mknod: c0d0p3: File exists | |
mknod: c0d0p0s0: File exists | |
mknod: c0d0p0s1: File exists | |
mknod: c0d0p0s2: File exists | |
mknod: c0d0p0s3: File exists | |
mknod: c0d0p1s0: File exists | |
mknod: c0d0p1s1: File exists | |
mknod: c0d0p1s2: File exists | |
mknod: c0d0p1s3: File exists | |
mknod: c0d0p2s0: File exists | |
mknod: c0d0p2s1: File exists | |
mknod: c0d0p2s2: File exists | |
mknod: c0d0p2s3: File exists | |
mknod: c0d0p3s0: File exists | |
mknod: c0d0p3s1: File exists | |
mknod: c0d0p3s2: File exists | |
mknod: c0d0p3s3: File exists | |
mknod: c0d1: File exists | |
mknod: c0d1p0: File exists | |
mknod: c0d1p1: File exists | |
mknod: c0d1p2: File exists | |
mknod: c0d1p3: File exists | |
mknod: c0d1p0s0: File exists | |
mknod: c0d1p0s1: File exists | |
mknod: c0d1p0s2: File exists | |
mknod: c0d1p0s3: File exists | |
mknod: c0d1p1s0: File exists | |
mknod: c0d1p1s1: File exists | |
mknod: c0d1p1s2: File exists | |
mknod: c0d1p1s3: File exists | |
mknod: c0d1p2s0: File exists | |
mknod: c0d1p2s1: File exists | |
mknod: c0d1p2s2: File exists | |
mknod: c0d1p2s3: File exists | |
mknod: c0d1p3s0: File exists | |
mknod: c0d1p3s1: File exists | |
mknod: c0d1p3s2: File exists | |
mknod: c0d1p3s3: File exists | |
mknod: c0d2: File exists | |
mknod: c0d2p0: File exists | |
mknod: c0d2p1: File exists | |
mknod: c0d2p2: File exists | |
mknod: c0d2p3: File exists | |
mknod: c0d2p0s0: File exists | |
mknod: c0d2p0s1: File exists | |
mknod: c0d2p0s2: File exists | |
mknod: c0d2p0s3: File exists | |
mknod: c0d2p1s0: File exists | |
mknod: c0d2p1s1: File exists | |
mknod: c0d2p1s2: File exists | |
mknod: c0d2p1s3: File exists | |
mknod: c0d2p2s0: File exists | |
mknod: c0d2p2s1: File exists | |
mknod: c0d2p2s2: File exists | |
mknod: c0d2p2s3: File exists | |
mknod: c0d2p3s0: File exists | |
mknod: c0d2p3s1: File exists | |
mknod: c0d2p3s2: File exists | |
mknod: c0d2p3s3: File exists | |
mknod: c0d3: File exists | |
mknod: c0d3p0: File exists | |
mknod: c0d3p1: File exists | |
mknod: c0d3p2: File exists | |
mknod: c0d3p3: File exists | |
mknod: c0d3p0s0: File exists | |
mknod: c0d3p0s1: File exists | |
mknod: c0d3p0s2: File exists | |
mknod: c0d3p0s3: File exists | |
mknod: c0d3p1s0: File exists | |
mknod: c0d3p1s1: File exists | |
mknod: c0d3p1s2: File exists | |
mknod: c0d3p1s3: File exists | |
mknod: c0d3p2s0: File exists | |
mknod: c0d3p2s1: File exists | |
mknod: c0d3p2s2: File exists | |
mknod: c0d3p2s3: File exists | |
mknod: c0d3p3s0: File exists | |
mknod: c0d3p3s1: File exists | |
mknod: c0d3p3s2: File exists | |
mknod: c0d3p3s3: File exists | |
mknod: c0d4: File exists | |
mknod: c0d4p0: File exists | |
mknod: c0d4p1: File exists | |
mknod: c0d4p2: File exists | |
mknod: c0d4p3: File exists | |
mknod: c0d4p0s0: File exists | |
mknod: c0d4p0s1: File exists | |
mknod: c0d4p0s2: File exists | |
mknod: c0d4p0s3: File exists | |
mknod: c0d4p1s0: File exists | |
mknod: c0d4p1s1: File exists | |
mknod: c0d4p1s2: File exists | |
mknod: c0d4p1s3: File exists | |
mknod: c0d4p2s0: File exists | |
mknod: c0d4p2s1: File exists | |
mknod: c0d4p2s2: File exists | |
mknod: c0d4p2s3: File exists | |
mknod: c0d4p3s0: File exists | |
mknod: c0d4p3s1: File exists | |
mknod: c0d4p3s2: File exists | |
mknod: c0d4p3s3: File exists | |
mknod: c0d5: File exists | |
mknod: c0d5p0: File exists | |
mknod: c0d5p1: File exists | |
mknod: c0d5p2: File exists | |
mknod: c0d5p3: File exists | |
mknod: c0d5p0s0: File exists | |
mknod: c0d5p0s1: File exists | |
mknod: c0d5p0s2: File exists | |
mknod: c0d5p0s3: File exists | |
mknod: c0d5p1s0: File exists | |
mknod: c0d5p1s1: File exists | |
mknod: c0d5p1s2: File exists | |
mknod: c0d5p1s3: File exists | |
mknod: c0d5p2s0: File exists | |
mknod: c0d5p2s1: File exists | |
mknod: c0d5p2s2: File exists | |
mknod: c0d5p2s3: File exists | |
mknod: c0d5p3s0: File exists | |
mknod: c0d5p3s1: File exists | |
mknod: c0d5p3s2: File exists | |
mknod: c0d5p3s3: File exists | |
mknod: c0d6: File exists | |
mknod: c0d6p0: File exists | |
mknod: c0d6p1: File exists | |
mknod: c0d6p2: File exists | |
mknod: c0d6p3: File exists | |
mknod: c0d6p0s0: File exists | |
mknod: c0d6p0s1: File exists | |
mknod: c0d6p0s2: File exists | |
mknod: c0d6p0s3: File exists | |
mknod: c0d6p1s0: File exists | |
mknod: c0d6p1s1: File exists | |
mknod: c0d6p1s2: File exists | |
mknod: c0d6p1s3: File exists | |
mknod: c0d6p2s0: File exists | |
mknod: c0d6p2s1: File exists | |
mknod: c0d6p2s2: File exists | |
mknod: c0d6p2s3: File exists | |
mknod: c0d6p3s0: File exists | |
mknod: c0d6p3s1: File exists | |
mknod: c0d6p3s2: File exists | |
mknod: c0d6p3s3: File exists | |
mknod: c0d7: File exists | |
mknod: c0d7p0: File exists | |
mknod: c0d7p1: File exists | |
mknod: c0d7p2: File exists | |
mknod: c0d7p3: File exists | |
mknod: c0d7p0s0: File exists | |
mknod: c0d7p0s1: File exists | |
mknod: c0d7p0s2: File exists | |
mknod: c0d7p0s3: File exists | |
mknod: c0d7p1s0: File exists | |
mknod: c0d7p1s1: File exists | |
mknod: c0d7p1s2: File exists | |
mknod: c0d7p1s3: File exists | |
mknod: c0d7p2s0: File exists | |
mknod: c0d7p2s1: File exists | |
mknod: c0d7p2s2: File exists | |
mknod: c0d7p2s3: File exists | |
mknod: c0d7p3s0: File exists | |
mknod: c0d7p3s1: File exists | |
mknod: c0d7p3s2: File exists | |
mknod: c0d7p3s3: File exists | |
mknod: c1d0: File exists | |
mknod: c1d0p0: File exists | |
mknod: c1d0p1: File exists | |
mknod: c1d0p2: File exists | |
mknod: c1d0p3: File exists | |
mknod: c1d0p0s0: File exists | |
mknod: c1d0p0s1: File exists | |
mknod: c1d0p0s2: File exists | |
mknod: c1d0p0s3: File exists | |
mknod: c1d0p1s0: File exists | |
mknod: c1d0p1s1: File exists | |
mknod: c1d0p1s2: File exists | |
mknod: c1d0p1s3: File exists | |
mknod: c1d0p2s0: File exists | |
mknod: c1d0p2s1: File exists | |
mknod: c1d0p2s2: File exists | |
mknod: c1d0p2s3: File exists | |
mknod: c1d0p3s0: File exists | |
mknod: c1d0p3s1: File exists | |
mknod: c1d0p3s2: File exists | |
mknod: c1d0p3s3: File exists | |
mknod: c1d1: File exists | |
mknod: c1d1p0: File exists | |
mknod: c1d1p1: File exists | |
mknod: c1d1p2: File exists | |
mknod: c1d1p3: File exists | |
mknod: c1d1p0s0: File exists | |
mknod: c1d1p0s1: File exists | |
mknod: c1d1p0s2: File exists | |
mknod: c1d1p0s3: File exists | |
mknod: c1d1p1s0: File exists | |
mknod: c1d1p1s1: File exists | |
mknod: c1d1p1s2: File exists | |
mknod: c1d1p1s3: File exists | |
mknod: c1d1p2s0: File exists | |
mknod: c1d1p2s1: File exists | |
mknod: c1d1p2s2: File exists | |
mknod: c1d1p2s3: File exists | |
mknod: c1d1p3s0: File exists | |
mknod: c1d1p3s1: File exists | |
mknod: c1d1p3s2: File exists | |
mknod: c1d1p3s3: File exists | |
mknod: c1d2: File exists | |
mknod: c1d2p0: File exists | |
mknod: c1d2p1: File exists | |
mknod: c1d2p2: File exists | |
mknod: c1d2p3: File exists | |
mknod: c1d2p0s0: File exists | |
mknod: c1d2p0s1: File exists | |
mknod: c1d2p0s2: File exists | |
mknod: c1d2p0s3: File exists | |
mknod: c1d2p1s0: File exists | |
mknod: c1d2p1s1: File exists | |
mknod: c1d2p1s2: File exists | |
mknod: c1d2p1s3: File exists | |
mknod: c1d2p2s0: File exists | |
mknod: c1d2p2s1: File exists | |
mknod: c1d2p2s2: File exists | |
mknod: c1d2p2s3: File exists | |
mknod: c1d2p3s0: File exists | |
mknod: c1d2p3s1: File exists | |
mknod: c1d2p3s2: File exists | |
mknod: c1d2p3s3: File exists | |
mknod: c1d3: File exists | |
mknod: c1d3p0: File exists | |
mknod: c1d3p1: File exists | |
mknod: c1d3p2: File exists | |
mknod: c1d3p3: File exists | |
mknod: c1d3p0s0: File exists | |
mknod: c1d3p0s1: File exists | |
mknod: c1d3p0s2: File exists | |
mknod: c1d3p0s3: File exists | |
mknod: c1d3p1s0: File exists | |
mknod: c1d3p1s1: File exists | |
mknod: c1d3p1s2: File exists | |
mknod: c1d3p1s3: File exists | |
mknod: c1d3p2s0: File exists | |
mknod: c1d3p2s1: File exists | |
mknod: c1d3p2s2: File exists | |
mknod: c1d3p2s3: File exists | |
mknod: c1d3p3s0: File exists | |
mknod: c1d3p3s1: File exists | |
mknod: c1d3p3s2: File exists | |
mknod: c1d3p3s3: File exists | |
mknod: c1d4: File exists | |
mknod: c1d4p0: File exists | |
mknod: c1d4p1: File exists | |
mknod: c1d4p2: File exists | |
mknod: c1d4p3: File exists | |
mknod: c1d4p0s0: File exists | |
mknod: c1d4p0s1: File exists | |
mknod: c1d4p0s2: File exists | |
mknod: c1d4p0s3: File exists | |
mknod: c1d4p1s0: File exists | |
mknod: c1d4p1s1: File exists | |
mknod: c1d4p1s2: File exists | |
mknod: c1d4p1s3: File exists | |
mknod: c1d4p2s0: File exists | |
mknod: c1d4p2s1: File exists | |
mknod: c1d4p2s2: File exists | |
mknod: c1d4p2s3: File exists | |
mknod: c1d4p3s0: File exists | |
mknod: c1d4p3s1: File exists | |
mknod: c1d4p3s2: File exists | |
mknod: c1d4p3s3: File exists | |
mknod: c1d5: File exists | |
mknod: c1d5p0: File exists | |
mknod: c1d5p1: File exists | |
mknod: c1d5p2: File exists | |
mknod: c1d5p3: File exists | |
mknod: c1d5p0s0: File exists | |
mknod: c1d5p0s1: File exists | |
mknod: c1d5p0s2: File exists | |
mknod: c1d5p0s3: File exists | |
mknod: c1d5p1s0: File exists | |
mknod: c1d5p1s1: File exists | |
mknod: c1d5p1s2: File exists | |
mknod: c1d5p1s3: File exists | |
mknod: c1d5p2s0: File exists | |
mknod: c1d5p2s1: File exists | |
mknod: c1d5p2s2: File exists | |
mknod: c1d5p2s3: File exists | |
mknod: c1d5p3s0: File exists | |
mknod: c1d5p3s1: File exists | |
mknod: c1d5p3s2: File exists | |
mknod: c1d5p3s3: File exists | |
mknod: c1d6: File exists | |
mknod: c1d6p0: File exists | |
mknod: c1d6p1: File exists | |
mknod: c1d6p2: File exists | |
mknod: c1d6p3: File exists | |
mknod: c1d6p0s0: File exists | |
mknod: c1d6p0s1: File exists | |
mknod: c1d6p0s2: File exists | |
mknod: c1d6p0s3: File exists | |
mknod: c1d6p1s0: File exists | |
mknod: c1d6p1s1: File exists | |
mknod: c1d6p1s2: File exists | |
mknod: c1d6p1s3: File exists | |
mknod: c1d6p2s0: File exists | |
mknod: c1d6p2s1: File exists | |
mknod: c1d6p2s2: File exists | |
mknod: c1d6p2s3: File exists | |
mknod: c1d6p3s0: File exists | |
mknod: c1d6p3s1: File exists | |
mknod: c1d6p3s2: File exists | |
mknod: c1d6p3s3: File exists | |
mknod: c1d7: File exists | |
mknod: c1d7p0: File exists | |
mknod: c1d7p1: File exists | |
mknod: c1d7p2: File exists | |
mknod: c1d7p3: File exists | |
mknod: c1d7p0s0: File exists | |
mknod: c1d7p0s1: File exists | |
mknod: c1d7p0s2: File exists | |
mknod: c1d7p0s3: File exists | |
mknod: c1d7p1s0: File exists | |
mknod: c1d7p1s1: File exists | |
mknod: c1d7p1s2: File exists | |
mknod: c1d7p1s3: File exists | |
mknod: c1d7p2s0: File exists | |
mknod: c1d7p2s1: File exists | |
mknod: c1d7p2s2: File exists | |
mknod: c1d7p2s3: File exists | |
mknod: c1d7p3s0: File exists | |
mknod: c1d7p3s1: File exists | |
mknod: c1d7p3s2: File exists | |
mknod: c1d7p3s3: File exists | |
mknod: fd0: File exists | |
mknod: fd1: File exists | |
mknod: fd0p0: File exists | |
mknod: fd0p1: File exists | |
mknod: fd0p2: File exists | |
mknod: fd0p3: File exists | |
mknod: fd1p0: File exists | |
mknod: fd1p1: File exists | |
mknod: fd1p2: File exists | |
mknod: fd1p3: File exists | |
mknod: pci: File exists | |
mknod: ttyc1: File exists | |
mknod: ttyc2: File exists | |
mknod: ttyc3: File exists | |
mknod: tty00: File exists | |
mknod: tty01: File exists | |
mknod: tty02: File exists | |
mknod: tty03: File exists | |
mknod: ttyp0: File exists | |
mknod: ptyp0: File exists | |
mknod: ttyp1: File exists | |
mknod: ptyp1: File exists | |
mknod: ttyp2: File exists | |
mknod: ptyp2: File exists | |
mknod: ttyp3: File exists | |
mknod: ptyp3: File exists | |
mknod: ttyp4: File exists | |
mknod: ptyp4: File exists | |
mknod: ttyp5: File exists | |
mknod: ptyp5: File exists | |
mknod: ttyp6: File exists | |
mknod: ptyp6: File exists | |
mknod: ttyp7: File exists | |
mknod: ptyp7: File exists | |
mknod: ttyp8: File exists | |
mknod: ptyp8: File exists | |
mknod: ttyp9: File exists | |
mknod: ptyp9: File exists | |
mknod: ttypa: File exists | |
mknod: ptypa: File exists | |
mknod: ttypb: File exists | |
mknod: ptypb: File exists | |
mknod: ttypc: File exists | |
mknod: ptypc: File exists | |
mknod: ttypd: File exists | |
mknod: ptypd: File exists | |
mknod: ttype: File exists | |
mknod: ptype: File exists | |
mknod: ttypf: File exists | |
mknod: ptypf: File exists | |
mknod: ttyq0: File exists | |
mknod: ptyq0: File exists | |
mknod: ttyq1: File exists | |
mknod: ptyq1: File exists | |
mknod: ttyq2: File exists | |
mknod: ptyq2: File exists | |
mknod: ttyq3: File exists | |
mknod: ptyq3: File exists | |
mknod: ttyq4: File exists | |
mknod: ptyq4: File exists | |
mknod: ttyq5: File exists | |
mknod: ptyq5: File exists | |
mknod: ttyq6: File exists | |
mknod: ptyq6: File exists | |
mknod: ttyq7: File exists | |
mknod: ptyq7: File exists | |
mknod: ttyq8: File exists | |
mknod: ptyq8: File exists | |
mknod: ttyq9: File exists | |
mknod: ptyq9: File exists | |
mknod: ttyqa: File exists | |
mknod: ptyqa: File exists | |
mknod: ttyqb: File exists | |
mknod: ptyqb: File exists | |
mknod: ttyqc: File exists | |
mknod: ptyqc: File exists | |
mknod: ttyqd: File exists | |
mknod: ptyqd: File exists | |
mknod: ttyqe: File exists | |
mknod: ptyqe: File exists | |
mknod: ttyqf: File exists | |
mknod: ptyqf: File exists | |
mknod: bmp085b1s77: File exists | |
mknod: bmp085b2s77: File exists | |
mknod: bmp085b3s77: File exists | |
mknod: eepromb1s50: File exists | |
mknod: eepromb1s51: File exists | |
mknod: eepromb1s52: File exists | |
mknod: eepromb1s53: File exists | |
mknod: eepromb1s54: File exists | |
mknod: eepromb1s55: File exists | |
mknod: eepromb1s56: File exists | |
mknod: eepromb1s57: File exists | |
mknod: eepromb2s50: File exists | |
mknod: eepromb2s51: File exists | |
mknod: eepromb2s52: File exists | |
mknod: eepromb2s53: File exists | |
mknod: eepromb2s54: File exists | |
mknod: eepromb2s55: File exists | |
mknod: eepromb2s56: File exists | |
mknod: eepromb2s57: File exists | |
mknod: eepromb3s50: File exists | |
mknod: eepromb3s51: File exists | |
mknod: eepromb3s52: File exists | |
mknod: eepromb3s53: File exists | |
mknod: eepromb3s54: File exists | |
mknod: eepromb3s55: File exists | |
mknod: eepromb3s56: File exists | |
mknod: eepromb3s57: File exists | |
mknod: ipstat: File exists | |
mknod: eth0: File exists | |
mknod: ip0: File exists | |
mknod: tcp0: File exists | |
mknod: udp0: File exists | |
mknod: eth: File exists | |
mknod: ip: File exists | |
mknod: tcp: File exists | |
mknod: udp: File exists | |
mknod: fb0: File exists | |
mknod: fbd: File exists | |
mknod: filter: File exists | |
mknod: hello: File exists | |
mknod: i2c-1: File exists | |
mknod: i2c-2: File exists | |
mknod: i2c-3: File exists | |
mknod: klog: File exists | |
mknod: random: File exists | |
mknod: urandom: File exists | |
mknod: sht21b1s40: File exists | |
mknod: sht21b2s40: File exists | |
mknod: sht21b3s40: File exists | |
mknod: tsl2550b1s39: File exists | |
mknod: tsl2550b2s39: File exists | |
mknod: tsl2550b3s39: File exists | |
mknod: uds: File exists | |
mknod: vnd0: File exists | |
mknod: vnd0p0: File exists | |
mknod: vnd0p1: File exists | |
mknod: vnd0p2: File exists | |
mknod: vnd0p3: File exists | |
mknod: vnd0p0s0: File exists | |
mknod: vnd0p0s1: File exists | |
mknod: vnd0p0s2: File exists | |
mknod: vnd0p0s3: File exists | |
mknod: vnd0p1s0: File exists | |
mknod: vnd0p1s1: File exists | |
mknod: vnd0p1s2: File exists | |
mknod: vnd0p1s3: File exists | |
mknod: vnd0p2s0: File exists | |
mknod: vnd0p2s1: File exists | |
mknod: vnd0p2s2: File exists | |
mknod: vnd0p2s3: File exists | |
mknod: vnd0p3s0: File exists | |
mknod: vnd0p3s1: File exists | |
mknod: vnd0p3s2: File exists | |
mknod: vnd0p3s3: File exists | |
mknod: vnd1: File exists | |
mknod: vnd1p0: File exists | |
mknod: vnd1p1: File exists | |
mknod: vnd1p2: File exists | |
mknod: vnd1p3: File exists | |
mknod: vnd1p0s0: File exists | |
mknod: vnd1p0s1: File exists | |
mknod: vnd1p0s2: File exists | |
mknod: vnd1p0s3: File exists | |
mknod: vnd1p1s0: File exists | |
mknod: vnd1p1s1: File exists | |
mknod: vnd1p1s2: File exists | |
mknod: vnd1p1s3: File exists | |
mknod: vnd1p2s0: File exists | |
mknod: vnd1p2s1: File exists | |
mknod: vnd1p2s2: File exists | |
mknod: vnd1p2s3: File exists | |
mknod: vnd1p3s0: File exists | |
mknod: vnd1p3s1: File exists | |
mknod: vnd1p3s2: File exists | |
mknod: vnd1p3s3: File exists | |
mknod: vnd2: File exists | |
mknod: vnd3: File exists | |
mknod: vnd4: File exists | |
mknod: vnd5: File exists | |
mknod: vnd6: File exists | |
mknod: vnd7: File exists | |
strip:/boot/minix/.temp/st25955g[.data]: No space left on device | |
strip:/boot/minix/.temp/st25955g: No space left on device | |
strip:/boot/minix/.temp/st25955h[.text]: No space left on device | |
strip:/boot/minix/.temp/st25955h: No space left on device | |
strip:/boot/minix/.temp/st25955i[.text]: No space left on device | |
strip:/boot/minix/.temp/st25955i: No space left on device | |
strip:/boot/minix/.temp/st25955j[.text]: No space left on device | |
strip:/boot/minix/.temp/st25955j: No space left on device | |
strip:/boot/minix/.temp/st25955k[.text]: No space left on device | |
strip:/boot/minix/.temp/st25955k: No space left on device |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment