1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-24 06:04:47 +00:00

Remove more dead beef.

This commit is contained in:
miod
2025-10-23 20:40:31 +00:00
parent 2f48d963cf
commit 63b970ffac
64 changed files with 0 additions and 103 deletions

View File

@@ -1,11 +0,0 @@
builtins-1.c: In function `main':
builtins-1.c:12: warning: array size (100) smaller than bound length (200)
builtins-1.c:13: warning: array size (50) smaller than bound length (100)
builtins-1.c:14: warning: array size (50) smaller than bound length (105)
builtins-1.c:14: warning: array size (100) smaller than bound length (105)
builtins-1.c:15: warning: array size (100) smaller than bound length (500)
builtins-1.c:16: warning: array size (50) smaller than bound length (1000)
builtins-1.c:17: warning: array size (50) smaller than bound length (1234)
builtins-1.c:18: warning: array size (100) smaller than bound length (5432)
builtins-1.c:19: warning: array size (100) smaller than bound length (2345)
builtins-1.c:20: warning: array size (100) smaller than required length (4 * 123)

View File

@@ -1 +0,0 @@
declare-10.c:2: error: bound element size argument not an integer type

View File

@@ -1 +0,0 @@
declare-12.c:2: error: bound element size argument not an integer type

View File

@@ -1 +0,0 @@
declare-13.c:2: warning: `__foo__' is an unrecognized bounded function type

View File

@@ -1,2 +0,0 @@
declare-15.c:2: error: `TEST_SIZE' undeclared here (not in a function)
declare-15.c:2: error: bound length operand number is not an integer constant

View File

@@ -1 +0,0 @@
declare-2.c:2: error: bound buffer argument not an array or pointer type

View File

@@ -1 +0,0 @@
declare-3.c:2: error: bound length operand number is not an integer constant

View File

@@ -1 +0,0 @@
declare-4.c:2: warning: `string' bound type only takes 2 parameters

View File

@@ -1 +0,0 @@
declare-6.c:2: error: `minbytes' bound size must be a positive integer value

View File

@@ -1 +0,0 @@
declare-7.c:2: warning: `minbytes' bound type only takes 2 parameters

View File

@@ -1 +0,0 @@
declare-8.c:2: error: wrong number of arguments specified for `__bounded__' attribute

View File

@@ -1 +0,0 @@
declare-9.c:2: error: parameter 3 not specified for `size' bounded function

View File

@@ -1,2 +0,0 @@
fread-2.c: In function `main':
fread-2.c:6: warning: array size (100) smaller than required length (110 * 1)

View File

@@ -1,2 +0,0 @@
fread-4.c: In function `main':
fread-4.c:6: warning: array size (100) smaller than required length (100 * 4)

View File

@@ -1,3 +0,0 @@
getcwd-1.c: In function `main':
getcwd-1.c:5: warning: array size (10) is smaller than minimum required (1024)
: warning: getwd() possibly used unsafely; consider using getcwd()

View File

@@ -1,2 +0,0 @@
getcwd-2.c: In function `main':
getcwd-2.c:5: warning: non-positive bounds length (-990) detected

View File

@@ -1,2 +0,0 @@
getcwd-3.c: In function `main':
getcwd-3.c:5: warning: array size (10) smaller than bound length (2010)

View File

@@ -1,2 +0,0 @@
md-3.c: In function `main':
md-3.c:16: warning: sizeof(pointer) possibly incorrect in argument 2

View File

@@ -1,2 +0,0 @@
md-4.c: In function `main':
md-4.c:15: warning: array size (10) is smaller than minimum required (33)

View File

@@ -1,3 +0,0 @@
md-5.c: In function `main':
md-5.c:16: warning: array size (32) is smaller than minimum required (41)
md-5.c:16: warning: sizeof(pointer) possibly incorrect in argument 2

View File

@@ -1,2 +0,0 @@
md-6.c: In function `main':
md-6.c:15: warning: array size (20) is smaller than minimum required (41)

View File

@@ -1,2 +0,0 @@
memcpy-2.c: In function `main':
memcpy-2.c:6: warning: array size (8) smaller than bound length (10)

View File

@@ -1,2 +0,0 @@
memcpy-3.c: In function `main':
memcpy-3.c:6: warning: array size (4) smaller than bound length (8)

View File

@@ -1,3 +0,0 @@
memcpy-4.c: In function `main':
memcpy-4.c:6: warning: non-positive bounds length (-100) detected
memcpy-4.c:6: warning: non-positive bounds length (-100) detected

View File

@@ -1,2 +0,0 @@
memcpy-6.c: In function `main':
memcpy-6.c:6: warning: array size (32) smaller than bound length (40)

View File

@@ -1,3 +0,0 @@
memcpy-8.c: In function `main':
memcpy-8.c:4: warning: ISO C forbids zero-size array `buf'
memcpy-8.c:5: warning: ISO C forbids zero-size array `buf2'

View File

@@ -1,3 +0,0 @@
snprintf-2.cpp: In function `int main(int, char**)':
snprintf-2.cpp:5: warning: array size (20) smaller than bound length (30)
snprintf-2.cpp:5: warning: array size (20) smaller than bound length (30)

View File

@@ -1,3 +0,0 @@
snprintf-3.cpp: In function `int main(int, char**)':
snprintf-3.cpp:5: warning: sizeof(pointer) possibly incorrect in argument 2
snprintf-3.cpp:5: warning: sizeof(pointer) possibly incorrect in argument 2

View File

@@ -1,5 +0,0 @@
snprintf-4.cpp: In function `int main(int, char**)':
snprintf-4.cpp:12: warning: sizeof(pointer) possibly incorrect in argument 2
snprintf-4.cpp:12: warning: array size (10) smaller than bound length (96)
snprintf-4.cpp:12: warning: sizeof(pointer) possibly incorrect in argument 2
snprintf-4.cpp:12: warning: array size (10) smaller than bound length (96)

View File

@@ -1,3 +0,0 @@
snprintf-5.cpp: In function `int main(int, char**)':
snprintf-5.cpp:5: warning: non-positive bounds length (-10) detected
snprintf-5.cpp:5: warning: non-positive bounds length (-10) detected

View File

@@ -1,5 +0,0 @@
sscanf-1.cpp: In function `int main(int, char**)':
sscanf-1.cpp:6: warning: Array size (10) smaller than format string size (21)
(arg 3)
sscanf-1.cpp:6: warning: Array size (10) smaller than format string size (11)
(arg 4)

View File

@@ -1,3 +0,0 @@
sscanf-2.c: In function `main':
sscanf-2.c:6: warning: Array size (10) smaller than format string size (21) (arg 3)
sscanf-2.c:6: warning: Array size (10) smaller than format string size (11) (arg 4)

View File

@@ -1,2 +0,0 @@
sscanf-5.c: In function `main':
sscanf-5.c:6: warning: Array size (10) smaller than format string size (20) (arg 3)

View File

@@ -1,4 +0,0 @@
sscanf-6.c: In function `main':
sscanf-6.c:6: warning: Array size (20) smaller than format string size (31) (arg 6)
sscanf-6.c:6: warning: int format, different type arg (arg 7)
sscanf-6.c:6: warning: Array size (20) smaller than format string size (21) (arg 9)

View File

@@ -1,2 +0,0 @@
strlcat-2.c: In function `main':
strlcat-2.c:6: warning: non-positive bounds length (-1) detected

View File

@@ -1,2 +0,0 @@
strlcat-4.c: In function `main':
strlcat-4.c:6: warning: sizeof(pointer) possibly incorrect in argument 3

View File

@@ -1,2 +0,0 @@
strlcat-5.c: In function `main':
strlcat-5.c:6: warning: sizeof(pointer) possibly incorrect in argument 3

View File

@@ -1,2 +0,0 @@
strlcat-6.c: In function `main':
strlcat-6.c:6: warning: non-positive bounds length (-1) detected

View File

@@ -1,2 +0,0 @@
strlcpy-3.c: In function `main':
strlcpy-3.c:6: warning: array size (10) smaller than bound length (15)

View File

@@ -1,2 +0,0 @@
strlcpy-4.c: In function `main':
strlcpy-4.c:6: warning: sizeof(pointer) possibly incorrect in argument 3

View File

@@ -1,2 +0,0 @@
strlcpy-5.c: In function `main':
strlcpy-5.c:7: warning: sizeof(pointer) possibly incorrect in argument 3

View File

@@ -1,2 +0,0 @@
vararray-1.c: In function `main':
vararray-1.c:8: warning: ISO C90 forbids variable-size array `sample_buffer'

View File

@@ -1,2 +0,0 @@
vararray-2.c: In function `main':
vararray-2.c:5: warning: ISO C90 forbids variable-size array `sample_buffer'

View File

@@ -1,2 +0,0 @@
vararray-3.c: In function `main':
vararray-3.c:7: warning: ISO C90 forbids variable-size array `buf2'