OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINTFLAGS
(Results
1 - 25
of
46
) sorted by relevancy
1
2
/src/bin/echo/
Makefile
7
LINTFLAGS
+= -T -w
/src/games/gomoku/
Makefile
13
LINTFLAGS
+= -w # treat warnings as errors
14
LINTFLAGS
+= -T # strict bool mode
15
LINTFLAGS
+= -e # strict enum checks
/src/usr.bin/error/
Makefile
10
LINTFLAGS
+= -w # treat warnings as errors
11
LINTFLAGS
+= ${HAVE_LLVM:U-T:D} # strict bool mode
/src/sbin/fdisk/
Makefile
24
LINTFLAGS
+= -X 117 # '>>' on signed value
25
LINTFLAGS
+= -X 132 # conversion may lose accuracy
26
LINTFLAGS
+= -X 298 # conversion in function call may lose accuracy
/src/usr.sbin/flashctl/
Makefile
7
LINTFLAGS
+= ${MKLLVM:U-T:D} # strict bool mode
/src/lib/libpuffs/
Makefile
19
LINTFLAGS
+=-S -w
20
LINTFLAGS
+= -X 351 # extern declaration outside header
21
LINTFLAGS
+= -X 352 # nested extern declaration
/src/external/mit/xorg/lib/libxcb/
xcb.mk
12
LINTFLAGS
+= -X 132 # int = long (mostly for pointer differences)
13
LINTFLAGS
+= -X 275 # cast discards 'const'
14
LINTFLAGS
+= -X 247 # cast between unrelated pointer types
/src/usr.bin/xlint/llib/
Makefile
18
${LINT} ${
LINTFLAGS
} -Cposix ${.ALLSRC}
22
${LINT} ${
LINTFLAGS
} -Cstdc ${.ALLSRC}
/src/games/caesar/
Makefile
12
LINTFLAGS
+= -T
/src/games/cgram/
Makefile
9
LINTFLAGS
+= -T
/src/usr.bin/indent/
Makefile
8
LINTFLAGS
+= -e -w -T
/src/external/mit/xorg/lib/libxcb/libxcb/
Makefile
34
LINTFLAGS
+= -X 132 # conversion from '%s' to '%s' may lose accuracy
35
LINTFLAGS
+= -X 135 # converting '%s' to '%s' may cause alignment problem
36
LINTFLAGS
+= -X 247 # pointer cast from '%s' to '%s' may be troublesome
37
LINTFLAGS
+= -X 275 # cast discards 'const' from type '%s'
38
LINTFLAGS
+= -X 298 # conversion from '%s' to '%s' may lose accuracy, arg #%d
/src/usr.sbin/fwctl/
Makefile
12
LINTFLAGS
+= -X 34 # unportable bit-field type 'unsigned char'
/src/usr.bin/xlint/lint1/
Makefile
21
LINTFLAGS
.cgram.c+= -X 351 # 'extern' declaration in .c file
22
LINTFLAGS
.scan.c+= -X 107,126,330,331,332,333 # strict bool mode
23
LINTFLAGS
.scan.c+= -X 192,214 # due to suppressed bool errors
24
LINTFLAGS
.scan.c+= -X 307 # static variable unused
25
LINTFLAGS
.scan.c+= -X 351 # 'extern' declaration in .c file
60
${LINT} ${
LINTFLAGS
} ${
LINTFLAGS
.${.IMPSRC}} \
/src/lib/libradius/
Makefile
9
LINTFLAGS
+= -Sw
/src/crypto/external/bsd/netpgp/lib/verify/
Makefile
34
LINTFLAGS
.bzlib.c+= -X 220 # fallthrough on case statement
35
LINTFLAGS
.zlib.c+= -X 220 # fallthrough on case statement
/src/lib/libkvm/
Makefile
36
LINTFLAGS
+=-w
37
LINTFLAGS
+= -X 351 # 'extern' declaration outside header
38
LINTFLAGS
+= -X 352 # 'extern' declaration in function body
/src/crypto/external/bsd/openssl.old/lib/libdes/
Makefile
19
LINTFLAGS
+= -X 117 # bitwise '>>' on signed value possibly nonportable
20
LINTFLAGS
+= -X 132 # conversion from 'long' to 'unsigned int'
21
LINTFLAGS
+= -X 220 # fallthrough on case statement
/src/lib/libipsec/
Makefile
15
LINTFLAGS
+= -X 58
/src/lib/libppath/
Makefile
19
LINTFLAGS
+=-w
20
LINTFLAGS
.ppath_extant.c+= -X 351 # 'extern' declaration outside header
/src/external/mit/lua/lib/liblua/
Makefile
20
LINTFLAGS
+= -X 141 # integer overflow detected, op '<<'
21
LINTFLAGS
+= -X 247 # pointer cast from 'pointer to struct
/src/crypto/external/bsd/openssl.old/lib/libcrypto/
Makefile
34
LINTFLAGS
+= -X 129 # expression has null effect
35
LINTFLAGS
+= -X 117 # bitwise '>>' on signed value possibly nonportable
36
LINTFLAGS
+= -X 231 # argument '%s' unused in function '%s'
37
LINTFLAGS
+= -X 220 # fallthrough on case statement
38
LINTFLAGS
+= -X 118 # semantics of '%s' change in ANSI C; use explicit cast
/src/external/mpl/bind/lib/libdns/
Makefile
36
LINTFLAGS
+= -X 129 # expression has null effect
38
LINTFLAGS
+= -X 193 # statement not reached
40
LINTFLAGS
+= -X 247 # pointer cast from '%s' to '%s' may be troublesome
43
LINTFLAGS
+= -X 132 # conversion from '%s' to '%s' may lose accuracy
44
LINTFLAGS
+= -X 298 # conversion from '%s' to '%s' may lose accuracy, arg #%d
/src/external/bsd/cron/dist/
Makefile
67
LINTFLAGS
= -hbxa $(INCLUDE) $(DEBUGGING)
101
lint $(
LINTFLAGS
) $(LINT_CRON) $(LIBS) \
103
lint $(
LINTFLAGS
) $(LINT_CRONTAB) $(LIBS) \
/src/crypto/external/bsd/netpgp/bin/netpgpverify/
Makefile
23
LINTFLAGS
.bzlib.c+= -X 220 # fallthrough on case statement
24
LINTFLAGS
.zlib.c+= -X 220 # fallthrough on case statement
Completed in 76 milliseconds
1
2
Indexes created Wed Apr 01 00:32:07 UTC 2026