Get rid of the warnings I had for testing
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 14 Feb 2009 23:56:33 +0000 (18:56 -0500)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 14 Feb 2009 23:56:33 +0000 (18:56 -0500)
source3/libsmb/libsmb_stat.c

index 8a950b607795d33dc1a5a2392fde05a8a1471c99..63661cd7c377afc08153cac7de8d28be25e63122 100644 (file)
@@ -402,8 +402,6 @@ SMBC_fstatvfs_ctx(SMBCCTX *context,
 #if HAVE_FRSIZE
                         st->f_frsize =
                                 (unsigned long) sectors_per_allocation_unit;
-#else
-#warning "f_frsize field is not available"
 #endif
                         st->f_blocks =
                                 (fsblkcnt_t) total_allocation_units;
@@ -450,9 +448,6 @@ SMBC_fstatvfs_ctx(SMBCCTX *context,
                         st->f_fsid =
                                 (unsigned long) fs_identifier;
                         
-#else
-#warning "f_fsid is not an integer type so is not available"
-                        /* We don't know the type, so don't try to set it */
 #endif
                 }
         }