Dave, > Revision: 18786 > http://net-snmp.svn.sourceforge.net/net-snmp/?rev=18786&view=rev > Author: dts12 > Date: 2010-05-18 14:38:38 +0000 (Tue, 18 May 2010) > > Log Message: > ----------- > Working(?) HAL-based version of hrFSTable.
The following compiler warnings are produced by that code (for trunk): host/hrh_filesys.c: In function ‘Init_HR_FileSys’: host/hrh_filesys.c:283: warning: implicit declaration of function ‘get_fsys_cache’ host/hrh_filesys.c:283: warning: initialization makes pointer from integer without a cast host/hrh_filesys.c: In function ‘Get_FSIndex’: host/hrh_filesys.c:407: warning: implicit declaration of function ‘netsnmp_fsys_by_device’ host/hrh_filesys.c:407: warning: assignment makes pointer from integer without a cast host/hrh_filesys.c: In function ‘Get_FSSize’: host/hrh_filesys.c:416: warning: assignment makes pointer from integer without a cast host/hrh_filesys.c:418: warning: implicit declaration of function ‘netsnmp_fsys_size’ host/hrh_filesys.c: At top level: host/hrh_filesys.c:278: warning: ‘HRFS_index’ defined but not used hardware/fsys/fsys_mntent.c: In function ‘netsnmp_fsys_arch_load’: hardware/fsys/fsys_mntent.c:132: warning: implicit declaration of function ‘netsnmp_fsys_by_path’ hardware/fsys/fsys_mntent.c:132: warning: assignment makes pointer from integer without a cast In file included from mib_modules.c:55: ../agent/mibgroup/mib_module_shutdown.h: In function ‘_shutdown_mib_modules’: ../agent/mibgroup/mib_module_shutdown.h:25: warning: implicit declaration of function ‘shutdown_hw_fsys’ In file included from mib_modules.c:71: ../agent/mibgroup/mib_module_inits.h: In function ‘init_mib_modules’: ../agent/mibgroup/mib_module_inits.h:102: warning: implicit declaration of function ‘init_hw_fsys’ +Thomas ------------------------------------------------------------------------------ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
