OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WARNINGS
(Results
1 - 11
of
11
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
hash.t
7
use
warnings
;
51
my $
WARNINGS
= 0;
53
local $SIG{__WARN__} = sub { $
WARNINGS
++ };
61
cmp_ok $
WARNINGS
, '==', 0;
67
$
WARNINGS
= 0;
71
cmp_ok $
WARNINGS
, '==', 0;
/src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
hash.t
7
use
warnings
;
51
my $
WARNINGS
= 0;
53
local $SIG{__WARN__} = sub { $
WARNINGS
++ };
61
cmp_ok $
WARNINGS
, '==', 0;
67
$
WARNINGS
= 0;
71
cmp_ok $
WARNINGS
, '==', 0;
/src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
02-hash.t
65
my $
WARNINGS
= 0;
67
local $SIG{__WARN__} = sub {$
WARNINGS
++};
75
print +($
WARNINGS
== 0 ? '' : 'not '), "ok $n\n";
83
$
WARNINGS
= 0;
86
print +($
WARNINGS
== 0 ? '' : 'not '), "ok $n\n";
/src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
Makefile
19
WARNINGS
= -Wall -Werror=undef -Wstrict-prototypes
21
CFLAGS = $(OPT) $(
WARNINGS
)
/src/external/gpl3/binutils.old/dist/gprofng/examples/mxv-pthreads/src/
Makefile
19
WARNINGS
= -Wall -Werror=undef -Wstrict-prototypes
21
CFLAGS = $(OPT) $(
WARNINGS
)
/src/external/gpl2/dtc/dist/
Makefile
20
WARNINGS
= -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
22
CFLAGS = -g -Os $(SHAREDLIB_CFLAGS) -Werror $(
WARNINGS
) $(EXTRA_CFLAGS)
/src/external/gpl2/gettext/dist/os2/
Makefile
199
@echo *** YOU CAN SAFELY IGNORE
WARNINGS
FROM EMXBIND BELOW ***
/src/external/gpl3/autoconf/dist/lib/Autom4te/
ChannelDefs.pm
82
Errors related to GNU Standards that should be
warnings
in "foreign" mode.
98
Warnings
related to GNU Coding Standards.
102
Warnings
about obsolete features (silent by default).
106
Warnings
about user redefinitions of Automake rules or
111
Warnings
about non-portable constructs.
115
Warnings
about weird syntax, unused variables, typos ...
119
Warnings
about unsupported (or mis-supported) features.
180
`all' all the
warnings
181
`no-CATEGORY' turn off
warnings
in CATEGORY
182
`none' turn off all the
warnings
[
all
...]
/src/crypto/external/apache2/openssl/dist/Configurations/
10-main.conf
145
`PIPE CC /NOCROSS_REFERENCE /NOLIST /NOOBJECT /
WARNINGS
= DISABLE = ( MAYLOSEDATA3, EMPTYFILE ) NL: 2> NL:`;
2094
sub { my @
warnings
=
2096
@
warnings
2097
? "/
WARNINGS
=DISABLE=(".join(",",@
warnings
).")" : (); }),
/src/crypto/external/bsd/openssl/dist/Configurations/
10-main.conf
145
`PIPE CC /NOCROSS_REFERENCE /NOLIST /NOOBJECT /
WARNINGS
= DISABLE = ( MAYLOSEDATA3, EMPTYFILE ) NL: 2> NL:`;
1893
sub { my @
warnings
=
1895
@
warnings
1896
? "/
WARNINGS
=DISABLE=(".join(",",@
warnings
).")" : (); }),
/src/crypto/external/bsd/openssl.old/dist/Configurations/
10-main.conf
140
`PIPE CC /NOCROSS_REFERENCE /NOLIST /NOOBJECT /
WARNINGS
= DISABLE = ( MAYLOSEDATA3, EMPTYFILE ) NL: 2> NL:`;
1759
sub { my @
warnings
=
1761
@
warnings
1762
? "/
WARNINGS
=DISABLE=(".join(",",@
warnings
).")" : (); }),
Completed in 35 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026