镜像自地址
https://github.com/quitesimpleorg/qsmaddy.git
已同步 2025-08-13 00:39:52 +02:00
appveyor - use debug
这个提交包含在:
@@ -12,4 +12,4 @@ build:
|
|||||||
project: $(APPVEYOR_BUILD_FOLDER)\tmp\$(APPVEYOR_PROJECT_NAME).sln
|
project: $(APPVEYOR_BUILD_FOLDER)\tmp\$(APPVEYOR_PROJECT_NAME).sln
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cmd: ctest -VV -C "Release"
|
- cmd: ctest -VV -C "Debug"
|
||||||
|
@@ -157,7 +157,8 @@ protected:
|
|||||||
{
|
{
|
||||||
bool hasMetNonSpace = false;
|
bool hasMetNonSpace = false;
|
||||||
|
|
||||||
uint32_t indentation = std::count_if(
|
uint32_t indentation = static_cast<uint32_t>(
|
||||||
|
std::count_if(
|
||||||
line.begin(),
|
line.begin(),
|
||||||
line.end(),
|
line.end(),
|
||||||
[&hasMetNonSpace](unsigned char c)
|
[&hasMetNonSpace](unsigned char c)
|
||||||
@@ -175,6 +176,7 @@ protected:
|
|||||||
hasMetNonSpace = true;
|
hasMetNonSpace = true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
return indentation;
|
return indentation;
|
||||||
|
在新工单中引用
屏蔽一个用户