diff --git a/src/storage/heap_file.c b/src/storage/heap_file.c index c7a27f9662..952fb52c4c 100644 --- a/src/storage/heap_file.c +++ b/src/storage/heap_file.c @@ -670,7 +670,7 @@ static int heap_scancache_end_internal (THREAD_ENTRY * thread_p, HEAP_SCANCACHE #if defined (ENABLE_UNUSED_FUNCTION) static SCAN_CODE heap_get_if_diff_chn (THREAD_ENTRY * thread_p, PAGE_PTR pgptr, INT16 slotid, RECDES * recdes, bool ispeeking, int chn, MVCC_SNAPSHOT * mvcc_snapshot); -#endif +#endif /* ENABLE_UNUSED_FUNCTION */ static int heap_estimate_avg_length (THREAD_ENTRY * thread_p, const HFID * hfid, int &avg_reclen); static int heap_get_capacity (THREAD_ENTRY * thread_p, const HFID * hfid, INT64 * num_recs, INT64 * num_recs_relocated, INT64 * num_recs_inovf, INT64 * num_pages, int *avg_freespace, int *avg_freespace_nolast, @@ -723,7 +723,7 @@ static DISK_ISVALID heap_chkreloc_next (THREAD_ENTRY * thread_p, HEAP_CHKALL_REL static int heap_chnguess_initialize (void); #if defined(ENABLE_UNUSED_FUNCTION) static int heap_chnguess_realloc (void); -#endif +#endif /* ENABLE_UNUSED_FUNCTION */ static int heap_chnguess_finalize (void); static int heap_chnguess_decache (const OID * oid); static int heap_chnguess_remove_entry (const void *oid_key, void *ent, void *xignore); @@ -741,7 +741,7 @@ static int heap_stats_del_bestspace_by_vpid (THREAD_ENTRY * thread_p, VPID * vpi static int heap_stats_del_bestspace_by_hfid (THREAD_ENTRY * thread_p, const HFID * hfid); #if defined (ENABLE_UNUSED_FUNCTION) static HEAP_BESTSPACE heap_stats_get_bestspace_by_vpid (THREAD_ENTRY * thread_p, VPID * vpid); -#endif +#endif /* ENABLE_UNUSED_FUNCTION */ static HEAP_STATS_ENTRY *heap_stats_add_bestspace (THREAD_ENTRY * thread_p, const HFID * hfid, VPID * vpid, int freespace); static int heap_stats_entry_free (THREAD_ENTRY * thread_p, void *data, void *args);