ソースを参照

Compiler warning

Source commit: 79d84f37392951a09a9f1575f22bc0d9a7b0ae7d
Martin Prikryl 4 年 前
コミット
b9a6b10109
1 ファイル変更2 行追加0 行削除
  1. 2 0
      source/forms/Authenticate.cpp

+ 2 - 0
source/forms/Authenticate.cpp

@@ -684,7 +684,9 @@ bool TAuthenticateForm::ExtractUrl(const UnicodeString & Text, UnicodeString & U
     P = 1;
     while (P <= Url.Length())
     {
+      #pragma warn -8111
       if (TCharacter::IsWhiteSpace(Url[P]))
+      #pragma warn .8111
       {
         Url.SetLength(P - 1);
       }