Pārlūkot izejas kodu

Compiler warning

Source commit: 79d84f37392951a09a9f1575f22bc0d9a7b0ae7d
Martin Prikryl 4 gadi atpakaļ
vecāks
revīzija
b9a6b10109
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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);
       }