commit 2025-10-10 20:45 edit by g++ option -Wall -Wno-unused-function -Wno-misleading-indentation

This commit is contained in:
2025-10-10 20:45:38 +09:00
parent 467c46a5c3
commit 016a45f648
22 changed files with 121 additions and 1864 deletions

View File

@ -1157,7 +1157,7 @@ namespace ZNsMain
{
time_t VI_TimeSec=ZNsMain::ZCTime::MakeTimeInt(AI_Year, AI_Month, AI_Day, AI_Hour, AI_Min, AI_Sec);
if(VI_TimeSec<1) return false; *this+=VI_TimeSec; return true ;
if(VI_TimeSec<1){return false;} *this+=VI_TimeSec; return true ;
}/*
bool GetDiffSec(time_t& ARRI_TimeGap, int AI_Year,int AI_Month,int AI_Day,int AI_Hour,int AI_Min,int AI_Sec)*/
@ -5290,7 +5290,7 @@ namespace ZNsMain
ZNsMain::ZNsEnum::ZERun (*APF_EachFile)(ZTypCPCh APC_NowPath, ZCFileData& AR_CFileData, void* APC_VoidKey),
ZNsMain::ZNsEnum::ZERun (*APF_EachDir )(ZTypCPCh APC_NowPath, ZCFileData& AR_CFileData, void* APC_VoidKey)=0
)
/*##########################################################################*/
############################################################################*/
/*////////////////////////////////////////////////////
@ -5762,11 +5762,11 @@ namespace ZNsMain
char* VP_NowDir = ::getcwd
((char*)ARR_CStringDir.data(), CI_BuffSize);
if(VP_NowDir==0) return false; ARR_CStringDir.
if(VP_NowDir==0){return false;} ARR_CStringDir.
resize(ZNsMain::ZftLength(VP_NowDir), ' ') ;
return true; /********************************/
return true; /*********************************/
}/*
if(false==AB_DoKeepPrev)*/
@ -7367,7 +7367,7 @@ namespace ZNsMain
ZTypCPCh APC_FileName , ZTypCPCh APC_Content ,
ZTypLength AL_ContentLen, bool AB_DoAppend=true, int AI_RightMode=-1
)
/*#####################################################################################################*/
#######################################################################################################*/
template<typename TStringData> bool ZftLoadFile /*////////////////////////////*/