File: | objdir/intl/conftest.c |
Warning: | line 75, column 7 Value stored to 'cs' during its initialization is never read |
Press '?' to see keyboard shortcuts
Keyboard shortcuts:
1 | /* confdefs.h */ |
2 | #define PACKAGE_NAME"" "" |
3 | #define PACKAGE_TARNAME"" "" |
4 | #define PACKAGE_VERSION"" "" |
5 | #define PACKAGE_STRING"" "" |
6 | #define PACKAGE_BUGREPORT"" "" |
7 | #define PACKAGE_URL"" "" |
8 | #define STDC_HEADERS1 1 |
9 | #define HAVE_SYS_TYPES_H1 1 |
10 | #define HAVE_SYS_STAT_H1 1 |
11 | #define HAVE_STDLIB_H1 1 |
12 | #define HAVE_STRING_H1 1 |
13 | #define HAVE_MEMORY_H1 1 |
14 | #define HAVE_STRINGS_H1 1 |
15 | #define HAVE_INTTYPES_H1 1 |
16 | #define HAVE_STDINT_H1 1 |
17 | #define HAVE_UNISTD_H1 1 |
18 | #define __EXTENSIONS__1 1 |
19 | #define _ALL_SOURCE1 1 |
20 | #define _GNU_SOURCE1 1 |
21 | #define _POSIX_PTHREAD_SEMANTICS1 1 |
22 | #define _TANDEM_SOURCE1 1 |
23 | #define HAVE_ALLOCA_H1 1 |
24 | #define HAVE_ALLOCA1 1 |
25 | #define HAVE_STDLIB_H1 1 |
26 | #define HAVE_UNISTD_H1 1 |
27 | #define HAVE_SYS_PARAM_H1 1 |
28 | #define HAVE_GETPAGESIZE1 1 |
29 | #define HAVE_MMAP1 1 |
30 | #define INTDIV0_RAISES_SIGFPE1 1 |
31 | #define HAVE_INTTYPES_H_WITH_UINTMAX1 1 |
32 | #define HAVE_STDINT_H_WITH_UINTMAX1 1 |
33 | #define HAVE_UNSIGNED_LONG_LONG1 1 |
34 | #define HAVE_UINTMAX_T1 1 |
35 | #define HAVE_INTTYPES_H1 1 |
36 | #define HAVE_ARGZ_H1 1 |
37 | #define HAVE_LIMITS_H1 1 |
38 | #define HAVE_LOCALE_H1 1 |
39 | #define HAVE_NL_TYPES_H1 1 |
40 | #define HAVE_MALLOC_H1 1 |
41 | #define HAVE_STDDEF_H1 1 |
42 | #define HAVE_STDLIB_H1 1 |
43 | #define HAVE_STRING_H1 1 |
44 | #define HAVE_UNISTD_H1 1 |
45 | #define HAVE_SYS_PARAM_H1 1 |
46 | #define HAVE_FEOF_UNLOCKED1 1 |
47 | #define HAVE_FGETS_UNLOCKED1 1 |
48 | #define HAVE_GETC_UNLOCKED1 1 |
49 | #define HAVE_GETCWD1 1 |
50 | #define HAVE_GETEGID1 1 |
51 | #define HAVE_GETEUID1 1 |
52 | #define HAVE_GETGID1 1 |
53 | #define HAVE_GETUID1 1 |
54 | #define HAVE_MEMPCPY1 1 |
55 | #define HAVE_MUNMAP1 1 |
56 | #define HAVE_PUTENV1 1 |
57 | #define HAVE_SETENV1 1 |
58 | #define HAVE_SETLOCALE1 1 |
59 | #define HAVE_STPCPY1 1 |
60 | #define HAVE_STRCASECMP1 1 |
61 | #define HAVE_STRDUP1 1 |
62 | #define HAVE_STRTOUL1 1 |
63 | #define HAVE_TSEARCH1 1 |
64 | #define HAVE___ARGZ_COUNT1 1 |
65 | #define HAVE___ARGZ_STRINGIFY1 1 |
66 | #define HAVE___ARGZ_NEXT1 1 |
67 | #define HAVE___FSETLOCKING1 1 |
68 | #define HAVE_ICONV1 1 |
69 | #define ICONV_CONST |
70 | /* end confdefs.h. */ |
71 | #include <langinfo.h> |
72 | int |
73 | main () |
74 | { |
75 | char* cs = nl_langinfo(CODESETCODESET); |
Value stored to 'cs' during its initialization is never read | |
76 | ; |
77 | return 0; |
78 | } |