Hi
With the 42 patches I just submitted, the warning count is
even further reduced. The summary is:
Unique Warnings : 188
BSPs : 183
BSPs with Zero : 0
BSPs with only in shared: 114
4 cpp
3 deprecated-declarations
20 format=
1 implicit-function-declaration
4 int-to-pointer-cast
2 maybe-uninitialized
75 missing-prototypes
1 nested-externs
2 overflow
7 pointer-to-int-cast
8 unused-but-set-variable
14 unused-function
Notice that there are now only 188 unique warnings.
Also notice that 114 BSPs now have no warnings in BSP of
libCPU code.
As with the previous status reports, help removing these
is appreciated.
Thanks.
--
Joel Sherrill, Ph.D. Director of Research & Development
[email protected] On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985
200 c/src/../../cpukit/libmisc/shell/hexdump-conv.c:145:4: warning: format
'%lc' expects argument of type 'wint_t', but argument 4 has type 'wchar_t'
[-Wformat=]
180 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-rtems.c:524:21: warning:
cast from pointer to integer of different size [-Wpointer-to-int-cast]
78 c/src/../../cpukit/libmisc/shell/main_lsof.c:88:5: warning: format '%x'
expects argument of type 'unsigned int', but argument 8 has type 'long unsigned
int' [-Wformat=]
78 c/src/../../cpukit/libmisc/shell/main_lsof.c:67:3: warning: format '%x'
expects argument of type 'unsigned int', but argument 3 has type 'long unsigned
int' [-Wformat=]
78 c/src/../../cpukit/libmisc/shell/main_lsof.c:36:3: warning: format '%x'
expects argument of type 'unsigned int', but argument 6 has type 'long unsigned
int' [-Wformat=]
78 c/src/../../cpukit/libmisc/shell/main_lsof.c:36:3: warning: format '%x'
expects argument of type 'unsigned int', but argument 5 has type 'long unsigned
int' [-Wformat=]
78 c/src/../../cpukit/libmisc/shell/main_lsof.c:36:3: warning: format '%x'
expects argument of type 'unsigned int', but argument 4 has type 'long unsigned
int' [-Wformat=]
78 c/src/../../cpukit/libmisc/shell/main_lsof.c:36:3: warning: format '%x'
expects argument of type 'unsigned int', but argument 3 has type 'long unsigned
int' [-Wformat=]
78 c/src/../../cpukit/libmisc/capture/capture-cli.c:1424:18: warning:
format '%x' expects argument of type 'unsigned int', but argument 3 has type
'long unsigned int' [-Wformat=]
78 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-buffer.c:61:17: warning:
format '%u' expects argument of type 'unsigned int', but argument 2 has type
'long int' [-Wformat=]
78 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-buffer.c:55:7: warning:
format '%u' expects argument of type 'unsigned int', but argument 2 has type
'long int' [-Wformat=]
78 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c:72:13:
warning: format '%u' expects argument of type 'unsigned int', but argument 2
has type 'long int' [-Wformat=]
56 c/src/lib/libcpu/powerpc/shared/src/cache_.h:203:2: warning: #warning
Most cache functions are not implemented [-Wcpp]
34 c/src/../../cpukit/libfs/src/jffs2/src/os-rtems.h:47:3: warning: right
shift count >= width of type [enabled by default]
34 c/src/../../cpukit/libfs/src/jffs2/src/nodelist.h:294:86: warning:
integer overflow in expression [-Woverflow]
20 c/src/../../cpukit/libfs/src/jffs2/include/linux/kernel.h:12:23:
warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
8 c/src/../../cpukit/score/src/threadloadenv.c:28:8: warning: variable
'is_fp' set but not used [-Wunused-but-set-variable]
7 c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c:161:6: warning: no
previous prototype for '_InitMBX8xx' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:79:5: warning: no previous
prototype for 'BSP_irq_disable_at_cpm' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:66:5: warning: no previous
prototype for 'BSP_irq_enable_at_cpm' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:271:1: warning: no previous
prototype for 'BSP_CPM_irq_init' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:252:6: warning: no previous
prototype for 'BSP_SIU_irq_init' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:149:5: warning: no previous
prototype for 'C_dispatch_irq_handler' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:42:6: warning: no
previous prototype for 'mbx8xx_pcmciaide_probe' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:351:19: warning: no
previous prototype for 'mbx8xx_pcmciaide_config_io_speed' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:328:5: warning: no
previous prototype for 'mbx8xx_pcmciaide_control' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:270:6: warning: no
previous prototype for 'mbx8xx_pcmciaide_write_block' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:213:6: warning: no
previous prototype for 'mbx8xx_pcmciaide_read_block' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:175:6: warning: no
previous prototype for 'mbx8xx_pcmciaide_write_reg' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:137:6: warning: no
previous prototype for 'mbx8xx_pcmciaide_read_reg' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:111:6: warning: no
previous prototype for 'mbx8xx_pcmciaide_initialize' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:714:1: warning: no
previous prototype for 'serial_tstc' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:693:1: warning: no
previous prototype for 'serial_getc' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:529:1: warning: no
previous prototype for 'serial_init' [-Wmissing-prototypes]
7 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:1102:5: warning: no
previous prototype for 'mbx8xx_console_get_configuration' [-Wmissing-prototypes]
7 c/src/../../cpukit/score/cpu/sh/context.c:171:6: warning: no previous
prototype for '__CPU_Context_switch' [-Wmissing-prototypes]
6 c/src/../../cpukit/libfs/src/dosfs/msdos_conv_utf8.c:255:31: warning:
variable 'rv' set but not used [-Wunused-but-set-variable]
6 c/src/../../cpukit/libblock/src/media-server.c:47:21: warning: variable
'sc' set but not used [-Wunused-but-set-variable]
6 c/src/../../cpukit/libblock/src/media.c:80:21: warning: variable 'sc'
set but not used [-Wunused-but-set-variable]
5 c/src/../../cpukit/score/cpu/sparc/sparcv8-atomic.c:111:6: warning:
conflicting types for built-in function '__atomic_compare_exchange_4' [enabled
by default]
4 c/src/../../cpukit/libmisc/shell/main_df.c:92:9: warning: format '%llu'
expects argument of type 'long long unsigned int', but argument 6 has type
'fsblkcnt_t' [-Wformat=]
4 c/src/../../cpukit/libmisc/shell/main_df.c:92:9: warning: format '%llu'
expects argument of type 'long long unsigned int', but argument 5 has type
'long unsigned int' [-Wformat=]
4 c/src/../../cpukit/libmisc/shell/main_df.c:92:9: warning: format '%llu'
expects argument of type 'long long unsigned int', but argument 4 has type
'long unsigned int' [-Wformat=]
4 c/src/../../cpukit/libmisc/shell/main_df.c:92:9: warning: format '%llu'
expects argument of type 'long long unsigned int', but argument 3 has type
'long unsigned int' [-Wformat=]
4 c/src/../../cpukit/libmisc/shell/main_df.c:105:9: warning: format
'%llu' expects argument of type 'long long unsigned int', but argument 6 has
type 'fsblkcnt_t' [-Wformat=]
4 c/src/../../cpukit/libmisc/capture/capture-cli.c:233:3: warning: format
'%lu' expects argument of type 'long unsigned int', but argument 6 has type
'uint32_t' [-Wformat=]
4 c/src/../../cpukit/libmisc/capture/capture-cli.c:233:3: warning: format
'%lu' expects argument of type 'long unsigned int', but argument 5 has type
'uint32_t' [-Wformat=]
4 c/src/../../cpukit/libmisc/capture/capture-cli.c:233:3: warning: format
'%lu' expects argument of type 'long unsigned int', but argument 4 has type
'uint32_t' [-Wformat=]
4 c/src/../../cpukit/libmisc/capture/capture-cli.c:233:3: warning: format
'%lu' expects argument of type 'long unsigned int', but argument 3 has type
'uint32_t' [-Wformat=]
3 c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c:78:3: warning: nested
extern declaration of 'BSP_Convert_decrementer' [-Wnested-externs]
3 c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c:78:3: warning: implicit
declaration of function 'BSP_Convert_decrementer'
[-Wimplicit-function-declaration]
3 c/src/lib/libcpu/arm/at91rm9200/dbgu/dbgu.c:220:5: warning: no previous
prototype for '_BSP_poll_char' [-Wmissing-prototypes]
3 c/src/lib/libcpu/arm/at91rm9200/dbgu/dbgu.c:201:5: warning: no previous
prototype for 'dbgu_poll_read' [-Wmissing-prototypes]
3 c/src/lib/libbsp/powerpc/qoriq/../shared/uboot_getenv.c:47:13: warning:
no previous prototype for 'bsp_uboot_getenv' [-Wmissing-prototypes]
3 c/src/lib/libbsp/powerpc/qoriq/../shared/startup/bspidle.c:27:7:
warning: no previous prototype for 'bsp_idle_thread' [-Wmissing-prototypes]
3
c/src/lib/libbsp/powerpc/qoriq/clock/../../../shared/clockdrv_shell.h:154:21:
warning: no previous prototype for 'Clock_initialize' [-Wmissing-prototypes]
3 c/src/lib/libbsp/m68k/gen68360/startup/init68360.c:43:6: warning: no
previous prototype for '_Init68360' [-Wmissing-prototypes]
3 c/src/../../cpukit/libcsupport/src/__assert.c:52:43: warning: cast from
pointer to integer of different size [-Wpointer-to-int-cast]
2 log/powerpc-virtex.log: #warning Most cache functions are not
implemented
2 log/powerpc-virtex5.log: #warning Most cache functions are not
implemented
2 log/powerpc-virtex4.log: #warning Most cache functions are not
implemented
2 log/powerpc-t32mppc.log: #warning Most cache functions are not
implemented
2 log/powerpc-ss555.log: #warning Most cache functions are not implemented
2 log/powerpc-qoriq_p1020rdb.log: #warning Most cache functions are not
implemented
2 log/powerpc-qoriq_core_1.log: #warning Most cache functions are not
implemented
2 log/powerpc-qoriq_core_0.log: #warning Most cache functions are not
implemented
2 log/powerpc-qemuprep.log: #warning Most cache functions are not
implemented
2 log/powerpc-qemuprep-altivec.log: #warning Most cache functions are not
implemented
2 log/powerpc-phycore_mpc5554.log: #warning Most cache functions are not
implemented
2 log/powerpc-mvme5500.log: #warning Most cache functions are not
implemented
2 log/powerpc-mvme3100.log: #warning Most cache functions are not
implemented
2 log/powerpc-mvme2307.log: #warning Most cache functions are not
implemented
2 log/powerpc-mpc5674f_rsm6.log: #warning Most cache functions are not
implemented
2 log/powerpc-mpc5674fevb_spe.log: #warning Most cache functions are not
implemented
2 log/powerpc-mpc5674fevb.log: #warning Most cache functions are not
implemented
2 log/powerpc-mpc5674f_ecu508_boot.log: #warning Most cache functions are
not implemented
2 log/powerpc-mpc5674f_ecu508_app.log: #warning Most cache functions are
not implemented
2 log/powerpc-mpc5668g.log: #warning Most cache functions are not
implemented
2 log/powerpc-mpc5643l_evb.log: #warning Most cache functions are not
implemented
2 log/powerpc-mpc5643l_dpu.log: #warning Most cache functions are not
implemented
2 log/powerpc-mpc5566evb_spe.log: #warning Most cache functions are not
implemented
2 log/powerpc-mpc5566evb.log: #warning Most cache functions are not
implemented
2 log/powerpc-mcp750.log: #warning Most cache functions are not
implemented
2 log/powerpc-haleakala.log: #warning Most cache functions are not
implemented
2 log/powerpc-gwlcfm.log: #warning Most cache functions are not
implemented
2 log/powerpc-beatnik.log: #warning Most cache functions are not
implemented
2
log/m32c-m32csim.log:../../cpukit/../../../m32csim/lib/include/rtems/score/tls.h:125:5:
warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2
log/m32c-m32csim.log:../../cpukit/../../../m32csim/lib/include/rtems/score/tls.h:123:51:
warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2
log/m32c-m32csim.log:../../cpukit/../../../m32csim/lib/include/rtems/score/tls.h:123:25:
warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2
log/m32c-m32csim.log:../../cpukit/../../../m32csim/lib/include/rtems/score/tls.h:120:49:
warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2
c/src/lib/libbsp/sparc/erc32/../../sparc/shared/startup/bsp_fatal_halt.c:33:6:
warning: no previous prototype for '_CPU_Fatal_halt' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/startup/cpuinit.c:22:6: warning: no
previous prototype for '_InitTQM8xx' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/startup/cpuinit.c:129:6: warning: no
previous prototype for 'cpu_init' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c:86:13: warning: no
previous prototype for 'bsp_tqm_get_cib_string' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c:75:25: warning:
variable 'level' set but not used [-Wunused-but-set-variable]
2 c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c:116:20: warning: no
previous prototype for 'bsp_tqm_get_cib_uint32' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:906:19: warning: no previous
prototype for 'bsp_register_spi' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/../shared/startup/bspidle.c:27:7:
warning: no previous prototype for 'bsp_idle_thread' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:59:19: warning: no previous
prototype for 'bsp_irq_enable_at_CPM' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:52:19: warning: no previous
prototype for 'bsp_irq_disable_at_CPM' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:45:19: warning: no previous
prototype for 'bsp_irq_enable_at_SIU' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:38:19: warning: no previous
prototype for 'bsp_irq_disable_at_SIU' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:217:5: warning: no previous
prototype for 'mpc8xx_exception_handler' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:207:19: warning: no previous
prototype for 'mpc8xx_siu_int_initialize' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:187:19: warning: no previous
prototype for 'mpc8xx_cpic_initialize' [-Wmissing-prototypes]
2 c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c:45:5: warning: no
previous prototype for 'BSP_connect_clock_handler' [-Wmissing-prototypes]
2 c/src/lib/libbsp/arm/rtl22xx/../shared/abort/simple_abort.c:56:6:
warning: no previous prototype for '_print_full_context' [-Wmissing-prototypes]
2 c/src/lib/libbsp/arm/rtl22xx/../shared/abort/simple_abort.c:108:6:
warning: no previous prototype for 'do_data_abort' [-Wmissing-prototypes]
2 c/src/../../cpukit/score/src/threadloadenv.c:29:12: warning: variable
'isr_level' set but not used [-Wunused-but-set-variable]
2 c/src/../../cpukit/score/cpu/m68k/cpu_asm.S:75:2: warning: #warning
"_CPU_Context_Restart_self restoring FPU context not implemented" [-Wcpp]
2 c/src/../../cpukit/score/cpu/lm32/irq.c:32:6: warning: no previous
prototype for '__ISR_Handler' [-Wmissing-prototypes]
2 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c:80:16: warning:
cast to pointer from integer of different size [-Wint-to-pointer-cast]
2 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c:33:12: warning:
cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 tools/cpu/nios2/ptf.c:92:26: warning: incompatible implicit declaration
of built-in function ‘free’ [enabled by default]
1 tools/cpu/nios2/ptf.c:77:9: warning: incompatible implicit declaration
of built-in function ‘free’ [enabled by default]
1 tools/cpu/nios2/ptf.c:166:31: warning: incompatible implicit
declaration of built-in function ‘free’ [enabled by default]
1 tools/cpu/nios2/ptf.c:156:29: warning: incompatible implicit
declaration of built-in function ‘free’ [enabled by default]
1 log/sh-gensh2.log:scitab.c:48:5: warning: no previous prototype for
'_sci_get_brparms' [-Wmissing-prototypes]
1 log/sh-gensh1.log:scitab.c:48:5: warning: no previous prototype for
'_sci_get_brparms' [-Wmissing-prototypes]
1 log/powerpc-ss555.log: #warning The interrupt disable mask is now
stored in SPRG0, please verify that this is compatible to this BSP (see also
bootcard.c).
1 log/powerpc-ep1a.log: #warning The interrupt disable mask is now stored
in SPRG0, please verify that this is compatible to this BSP (see also
bootcard.c).
1
log/or1k-or1ksim.log:/users/joel/rtems-4.11-work/tools/lib/gcc/or1k-rtems4.11/4.8.3/../../../../or1k-rtems4.11/bin/ld:
warning: cannot find entry symbol _start; defaulting to 0000000000000000
1
log/or1k-or1ksim.log:../../cpukit/../../../or1ksim/lib/include/rtems/confdefs.h:2687:5:
warning: (near initialization for 'Configuration.idle_task') [enabled by
default]
1
log/or1k-or1ksim.log:../../cpukit/../../../or1ksim/lib/include/rtems/confdefs.h:2687:5:
warning: initialization from incompatible pointer type [enabled by default]
1 log/m68k-m5484FireEngine.log: #warning "_CPU_Context_Restart_self
restoring FPU context not implemented"
1 log/m68k-COBRA5475.log: #warning "_CPU_Context_Restart_self restoring
FPU context not implemented"
1 c/src/../../testsuites/samples/paranoia/paranoia.c:195:0: warning:
"POW" redefined [enabled by default]
1 c/src/../../testsuites/samples/fileio/init.c:420:7: warning: large
integer implicitly truncated to unsigned type [-Woverflow]
1 c/src/../../testsuites/samples/fileio/init.c:354:9: warning: left shift
count >= width of type [enabled by default]
1 c/src/lib/libcpu/sh/sh7045/sci/sci.c:304:5: warning:
'rtems_io_lookup_name' is deprecated (declared at
../../../../.././gensh2/lib/include/rtems/io.h:248) [-Wdeprecated-declarations]
1 c/src/lib/libcpu/arm/pxa255/ffuart/ffuart.c:207:5: warning: no previous
prototype for 'ffuart_poll_read' [-Wmissing-prototypes]
1
c/src/lib/libbsp/sparc/leon2/../../sparc/shared/startup/bsp_fatal_halt.c:33:6:
warning: no previous prototype for '_CPU_Fatal_halt' [-Wmissing-prototypes]
1
c/src/lib/libbsp/sparc/leon2/../../sparc/shared/can/grcan_rasta.c:42:28:
warning: no previous prototype for 'grcan_rasta_register' [-Wmissing-prototypes]
1
c/src/lib/libbsp/sparc/leon2/../../sparc/shared/can/grcan_rasta.c:42:28:
warning: no previous prototype for 'grcan_rasta_register_abs'
[-Wmissing-prototypes]
1 c/src/lib/libbsp/sparc/leon2/cchip/cchip.c:246:5: warning: no previous
prototype for 'cchip1_register' [-Wmissing-prototypes]
1 c/src/lib/libbsp/sh/gensh2/../../sh/shared/console.c:68:3: warning:
'rtems_io_lookup_name' is deprecated (declared at
../../../../../.././gensh2/lib/include/rtems/io.h:248)
[-Wdeprecated-declarations]
1 c/src/lib/libbsp/sh/gensh1/../../sh/shared/console.c:68:3: warning:
'rtems_io_lookup_name' is deprecated (declared at
../../../../../.././gensh1/lib/include/rtems/io.h:248)
[-Wdeprecated-declarations]
1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:848:26: warning:
'bsp_dummy_spi_init' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:773:26: warning:
'bsp_pghplus_spi_init' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:743:26: warning:
'bsp_pghplus_spi_send_stop' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:694:26: warning:
'bsp_pghplus_spi_sel_addr' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:673:26: warning:
'bsp_dummy_spi_send_stop' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:629:26: warning:
'bsp_dummy_spi_sel_addr' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/powerpc/t32mppc/startup/bspstart.c:52:25: warning:
variable 'level' set but not used [-Wunused-but-set-variable]
1 c/src/lib/libbsp/powerpc/t32mppc/../../shared/console_write.c:36:21:
warning: no previous prototype for 'console_write' [-Wmissing-prototypes]
1 c/src/lib/libbsp/powerpc/t32mppc/../../shared/console_read.c:36:21:
warning: no previous prototype for 'console_read' [-Wmissing-prototypes]
1 c/src/lib/libbsp/powerpc/t32mppc/../../shared/console_control.c:37:21:
warning: no previous prototype for 'console_control' [-Wmissing-prototypes]
1 c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c:22:2: warning:
#warning The interrupt disable mask is now stored in SPRG0, please verify that
this is compatible to this BSP (see also bootcard.c). [-Wcpp]
1 c/src/lib/libbsp/powerpc/qemuppc/startup/cmain.c:40:6: warning: no
previous prototype for 'cmain' [-Wmissing-prototypes]
1 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:411:26: warning:
'do_poll_write' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:347:26: warning:
'do_poll_read' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:219:16: warning:
'_EPPCBug_pollWrite' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:114:12: warning:
'_EPPCBug_pollRead' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c:14:2: warning:
#warning The interrupt disable mask is now stored in SPRG0, please verify that
this is compatible to this BSP (see also bootcard.c). [-Wcpp]
1 c/src/lib/libbsp/or1k/or1ksim/console/uart.c:37:17: warning:
'uart_get_baud' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/or1k/or1ksim/console/uart.c:32:28: warning:
'uart_get_irq_number' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/nios2/nios2_iss/timer/timer.c:45:3: warning: passing
argument 1 of 'set_vector' from incompatible pointer type
1 c/src/lib/libbsp/nios2/nios2_iss/timer/timer.c:33:6: warning: no
previous prototype for 'timerisr' [-Wmissing-prototypes]
1 c/src/lib/libbsp/nios2/nios2_iss/startup/bspstart.c:24:6: warning: no
previous prototype for 'bsp_start' [-Wmissing-prototypes]
1 c/src/lib/libbsp/nios2/nios2_iss/console/console.c:38:6: warning: no
previous prototype for 'is_character_ready' [-Wmissing-prototypes]
1 c/src/lib/libbsp/m68k/mrm332/spurious/spinit.c:31:11: warning: no
previous prototype for 'Spurious_Isr' [-Wmissing-prototypes]
1 c/src/lib/libbsp/m68k/mcf5329/startup/init5329.c:25:6: warning: no
previous prototype for 'Init5329' [-Wmissing-prototypes]
1 c/src/lib/libbsp/m68k/mcf5235/startup/init5235.c:29:6: warning: no
previous prototype for 'Init5235' [-Wmissing-prototypes]
1 c/src/lib/libbsp/m68k/mcf5225x/startup/init5225x.c:30:6: warning: no
previous prototype for 'Init5225x' [-Wmissing-prototypes]
1 c/src/lib/libbsp/m68k/mcf52235/startup/init52235.c:25:6: warning: no
previous prototype for 'Init52235' [-Wmissing-prototypes]
1 c/src/lib/libbsp/m68k/idp/console/mc68ec.c:12:6: warning: no previous
prototype for 'rtems_bsp_delay' [-Wmissing-prototypes]
1 c/src/lib/libbsp/m68k/gen68360/startup/init68360.c:48:27: warning:
variable 'RamBase_p' set but not used [-Wunused-but-set-variable]
1 c/src/lib/libbsp/m68k/csb360/startup/init5272.c:84:1: warning: no
previous prototype for 'init5272' [-Wmissing-prototypes]
1 c/src/lib/libbsp/m68k/av5282/startup/init5282.c:23:6: warning: no
previous prototype for 'Init5282' [-Wmissing-prototypes]
1 c/src/lib/libbsp/lm32/milkymist/startup/bspclean.c:48:6: warning: no
previous prototype for 'bsp_fatal_extension' [-Wmissing-prototypes]
1 c/src/lib/libbsp/lm32/lm32_evr/../../lm32/shared/console/uart.c:61:6:
warning: no previous prototype for 'BSP_uart_is_character_ready'
[-Wmissing-prototypes]
1 c/src/lib/libbsp/lm32/lm32_evr/../../lm32/shared/console/uart.c:54:6:
warning: no previous prototype for 'BSP_uart_polled_read' [-Wmissing-prototypes]
1 c/src/lib/libbsp/lm32/lm32_evr/../../lm32/shared/console/uart.c:44:6:
warning: no previous prototype for 'BSP_uart_polled_write'
[-Wmissing-prototypes]
1 c/src/lib/libbsp/arm/raspberrypi/../../shared/bspclean.c:14:6: warning:
no previous prototype for 'bsp_fatal_extension' [-Wmissing-prototypes]
1 c/src/lib/libbsp/arm/raspberrypi/../shared/abort/simple_abort.c:56:6:
warning: no previous prototype for '_print_full_context' [-Wmissing-prototypes]
1 c/src/lib/libbsp/arm/raspberrypi/../shared/abort/simple_abort.c:108:6:
warning: no previous prototype for 'do_data_abort' [-Wmissing-prototypes]
1 c/src/lib/libbsp/arm/raspberrypi/console/usart.c:37:17: warning:
'usart_get_baud' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/arm/raspberrypi/console/usart.c:32:28: warning:
'usart_get_irq_number' defined but not used [-Wunused-function]
1 c/src/lib/libbsp/arm/nds/libnds/source/arm9/image.c:124:20: warning:
assignment from incompatible pointer type [enabled by default]
1 c/src/lib/libbsp/arm/gba/console/conio.c:321:6: warning: no previous
prototype for 'gba_initconio' [-Wmissing-prototypes]
1 c/src/lib/libbsp/arm/edb7312/irq/irq.c:23:6: warning: no previous
prototype for 'edb7312_interrupt_dispatch' [-Wmissing-prototypes]
1 c/src/lib/libbsp/arm/csb337/console/fbcons.c:135:5: warning: no
previous prototype for 'fbcons_poll_read' [-Wmissing-prototypes]
1 c/src/../../cpukit/score/src/threadstartmultitasking.c:82:1: warning:
'noreturn' function does return [enabled by default]
1 c/src/../../cpukit/score/src/objectextendinformation.c:159:13: warning:
cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 c/src/../../cpukit/score/src/objectextendinformation.c:154:9: warning:
cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 c/src/../../cpukit/libmisc/utf8proc/utf8proc.c:148:5: warning: left
shift count >= width of type [enabled by default]
1 c/src/../../cpukit/libfs/src/dosfs/msdos_conv.c:452:48: warning: 'c'
may be used uninitialized in this function [-Wmaybe-uninitialized]
1 c/src/../../cpukit/libcsupport/src/vprintk.c:199:41: warning: 'num' may
be used uninitialized in this function [-Wmaybe-uninitialized]
1 arm-altcycv_devkit (only shared)
1 arm-altcycv_devkit_smp (only shared)
1 arm-arm1136jfs (only shared)
1 arm-arm1136js (only shared)
1 arm-arm7tdmi (only shared)
1 arm-arm920 (only shared)
1 arm-armcortexa9 (only shared)
1 arm-csb336 (only shared)
1 arm-gp32 (only shared)
1 arm-lm3s3749 (only shared)
1 arm-lm3s6965 (only shared)
1 arm-lm3s6965_qemu (only shared)
1 arm-lm4f120 (only shared)
1 arm-lpc17xx_ea_ram (only shared)
1 arm-lpc17xx_ea_rom_int (only shared)
1 arm-lpc17xx_plx800_ram (only shared)
1 arm-lpc17xx_plx800_rom_int (only shared)
1 arm-lpc2362 (only shared)
1 arm-lpc23xx_tli800 (only shared)
1 arm-lpc24xx_ea (only shared)
1 arm-lpc24xx_ncs_ram (only shared)
1 arm-lpc24xx_ncs_rom_ext (only shared)
1 arm-lpc24xx_ncs_rom_int (only shared)
1 arm-lpc24xx_plx800_ram (only shared)
1 arm-lpc24xx_plx800_rom_int (only shared)
1 arm-lpc32xx_mzx (only shared)
1 arm-lpc32xx_mzx_stage_1 (only shared)
1 arm-lpc32xx_mzx_stage_2 (only shared)
1 arm-lpc32xx_phycore (only shared)
1 arm-lpc40xx_ea_ram (only shared)
1 arm-lpc40xx_ea_rom_int (only shared)
1 arm-realview_pbx_a9_qemu (only shared)
1 arm-realview_pbx_a9_qemu_smp (only shared)
1 arm-smdk2410 (only shared)
1 arm-stm32f105rc (only shared)
1 arm-stm32f4 (only shared)
1 arm-tms570ls3137_hdk_intram (only shared)
1 arm-tms570ls3137_hdk (only shared)
1 arm-tms570ls3137_hdk_sdram (only shared)
1 arm-xilinx_zynq_a9_qemu (only shared)
1 arm-xilinx_zynq_zc702 (only shared)
1 arm-xilinx_zynq_zc706 (only shared)
1 arm-xilinx_zynq_zedboard (only shared)
1 mips-csb350 (only shared)
1 mips-genmongoosev (only shared)
1 mips-hurricane (only shared)
1 mips-jmr3904 (only shared)
1 mips-malta (only shared)
1 mips-rbtx4925 (only shared)
1 mips-rbtx4938 (only shared)
2 arm-edb7312 (inBSP=1 inLibCPU=0)
2 arm-gba (inBSP=1 inLibCPU=0)
2 arm-gumstix (inBSP=0 inLibCPU=1)
2 arm-nds (inBSP=1 inLibCPU=0)
3 arm-csb337 (inBSP=0 inLibCPU=2)
3 arm-kit637_v6 (inBSP=0 inLibCPU=2)
3 avr-avrtest (only shared)
3 powerpc-brs5l (only shared)
3 powerpc-brs6l (only shared)
3 powerpc-br_uid (only shared)
3 powerpc-dp2 (only shared)
3 powerpc-hsc_cm01 (only shared)
3 powerpc-icecube (only shared)
3 powerpc-mpc8260ads (only shared)
3 powerpc-mpc8309som (only shared)
3 powerpc-mpc8313erdb (only shared)
3 powerpc-mpc8349eamds (only shared)
3 powerpc-mtx603e (only shared)
3 powerpc-mvme2100 (only shared)
3 powerpc-pm520_cr825 (only shared)
3 powerpc-pm520_ze30 (only shared)
3 powerpc-psim (only shared)
3 powerpc-score603e (only shared)
3 v850-v850e1sim (only shared)
3 v850-v850e2sim (only shared)
3 v850-v850e2v3sim (only shared)
3 v850-v850esim (only shared)
3 v850-v850essim (only shared)
3 v850-v850sim (only shared)
4 arm-csb637 (inBSP=1 inLibCPU=2)
4 arm-lpc1768_mbed_ahb_ram_eth (only shared)
4 arm-lpc1768_mbed_ahb_ram (only shared)
4 arm-lpc1768_mbed (only shared)
4 powerpc-ep1a (inBSP=1 inLibCPU=0)
4 powerpc-qemuppc (inBSP=1 inLibCPU=0)
4 sh-gensh4 (only shared)
4 sh-simsh1 (only shared)
4 sh-simsh2e (only shared)
4 sh-simsh2 (only shared)
4 sh-simsh4 (only shared)
4 sparc-leon3 (only shared)
4 sparc-ngmp (only shared)
5 lm32-milkymist (inBSP=1 inLibCPU=0)
5 powerpc-beatnik (inBSP=0 inLibCPU=2)
5 powerpc-gwlcfm (inBSP=0 inLibCPU=2)
5 powerpc-mcp750 (inBSP=0 inLibCPU=2)
5 powerpc-mpc5566evb (inBSP=0 inLibCPU=2)
5 powerpc-mpc5566evb_spe (inBSP=0 inLibCPU=2)
5 powerpc-mpc5643l_dpu (inBSP=0 inLibCPU=2)
5 powerpc-mpc5643l_evb (inBSP=0 inLibCPU=2)
5 powerpc-mpc5668g (inBSP=0 inLibCPU=2)
5 powerpc-mpc5674f_ecu508_app (inBSP=0 inLibCPU=2)
5 powerpc-mpc5674f_ecu508_boot (inBSP=0 inLibCPU=2)
5 powerpc-mpc5674fevb (inBSP=0 inLibCPU=2)
5 powerpc-mpc5674fevb_spe (inBSP=0 inLibCPU=2)
5 powerpc-mpc5674f_rsm6 (inBSP=0 inLibCPU=2)
5 powerpc-mvme2307 (inBSP=0 inLibCPU=2)
5 powerpc-mvme3100 (inBSP=0 inLibCPU=2)
5 powerpc-mvme5500 (inBSP=0 inLibCPU=2)
5 powerpc-phycore_mpc5554 (inBSP=0 inLibCPU=2)
5 powerpc-qemuprep-altivec (inBSP=0 inLibCPU=2)
5 powerpc-qemuprep (inBSP=0 inLibCPU=2)
5 powerpc-virtex4 (inBSP=0 inLibCPU=2)
5 powerpc-virtex5 (inBSP=0 inLibCPU=2)
5 powerpc-virtex (inBSP=0 inLibCPU=2)
5 sparc-erc32 (inBSP=1 inLibCPU=0)
5 sparc-sis (inBSP=1 inLibCPU=0)
6 arm-raspberrypi (inBSP=5 inLibCPU=0)
6 arm-rtl22xx_t (inBSP=2 inLibCPU=0)
6 powerpc-haleakala (inBSP=0 inLibCPU=2)
6 powerpc-ss555 (inBSP=1 inLibCPU=2)
6 sh-gensh1 (inBSP=1 inLibCPU=0)
7 arm-rtl22xx (inBSP=2 inLibCPU=0)
7 lm32-lm32_evr (inBSP=3 inLibCPU=0)
7 sh-gensh2 (inBSP=1 inLibCPU=1)
8 sparc-leon2 (inBSP=4 inLibCPU=0)
9 nios2-nios2_iss (inBSP=4 inLibCPU=0)
9 powerpc-t32mppc (inBSP=4 inLibCPU=2)
10 powerpc-qoriq_core_0 (inBSP=3 inLibCPU=4)
10 powerpc-qoriq_core_1 (inBSP=3 inLibCPU=4)
10 powerpc-qoriq_p1020rdb (inBSP=3 inLibCPU=4)
21 bfin-bf537Stamp (only shared)
21 bfin-eZKit533 (only shared)
21 bfin-TLL6527M (only shared)
21 h8300-h8sim (only shared)
21 m32r-m32rsim (only shared)
21 moxie-moxiesim (only shared)
21 powerpc-mbx821_001 (inBSP=18 inLibCPU=0)
21 powerpc-mbx821_002b (inBSP=18 inLibCPU=0)
21 powerpc-mbx821_002 (inBSP=18 inLibCPU=0)
21 powerpc-mbx860_001b (inBSP=18 inLibCPU=0)
21 powerpc-mbx860_002 (inBSP=18 inLibCPU=0)
21 powerpc-mbx860_1b (inBSP=18 inLibCPU=0)
21 powerpc-pghplus (inBSP=18 inLibCPU=0)
21 powerpc-tqm8xx_stk8xx (inBSP=18 inLibCPU=0)
22 i386-pc386 (only shared)
22 i386-pc486 (only shared)
22 i386-pc586 (only shared)
22 i386-pc586-sse (only shared)
22 i386-pc686 (only shared)
22 i386-pcp4 (only shared)
23 m68k-gen68302 (only shared)
23 m68k-gen68340 (only shared)
23 m68k-mcf5206elite (only shared)
23 m68k-mvme147 (only shared)
23 m68k-mvme147s (only shared)
23 m68k-mvme162lx (only shared)
23 m68k-mvme162 (only shared)
23 m68k-mvme167 (only shared)
23 m68k-ods68302 (only shared)
23 m68k-sim68000 (only shared)
23 m68k-simcpu32 (only shared)
23 m68k-uC5282 (only shared)
24 m68k-av5282 (inBSP=1 inLibCPU=0)
24 m68k-COBRA5475 (only shared)
24 m68k-csb360 (inBSP=1 inLibCPU=0)
24 m68k-gen68360_040 (inBSP=1 inLibCPU=0)
24 m68k-gen68360 (inBSP=1 inLibCPU=0)
24 m68k-idp (inBSP=1 inLibCPU=0)
24 m68k-m5484FireEngine (only shared)
24 m68k-mcf52235 (inBSP=1 inLibCPU=0)
24 m68k-mcf5225x (inBSP=1 inLibCPU=0)
24 m68k-mcf5235 (inBSP=1 inLibCPU=0)
24 m68k-mcf5329 (inBSP=1 inLibCPU=0)
25 m68k-mrm332 (inBSP=1 inLibCPU=0)
25 m68k-pgh360 (inBSP=2 inLibCPU=0)
25 powerpc-mbx860_005b (inBSP=22 inLibCPU=0)
26 m68k-mvme136 (only shared)
26 sparc64-niagara (only shared)
26 sparc64-usiii (only shared)
27 or1k-or1ksim (inBSP=2 inLibCPU=0)
41 h8300-h8sxsim (only shared)
52 m32c-m32csim (only shared)
_______________________________________________
devel mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/devel