Whamcloud - gitweb
LU-17504 build: fix gcc-13 [-Werror=stringop-overread] error
[fs/lustre-release.git] / lustre / include / obd_class.h
index efe950d..9a25aa2 100644 (file)
@@ -308,7 +308,7 @@ struct config_llog_data {
                                                     * watching */
                                    cld_lostlock:1, /* lock not requeued */
                                    cld_processed:1;  /* successfully fetched */
-       char                        cld_logname[0];
+       char                        cld_logname[];
 };
 
 struct lustre_profile {