Parcourir la source

* Fix some compiler warnings

Michael VAN CANNEYT il y a 2 ans
Parent
commit
7762897d32
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      packages/ide/fpmake.pp

+ 2 - 0
packages/ide/fpmake.pp

@@ -123,6 +123,8 @@ begin
                           P.Options.Add('-Fl/opt/freeware/lib');
                           P.Options.Add('-k-bbigtoc');
                         end;
+            else
+              ; // Avoid compiler warning
             end; {case}
 
             P.NeedLibc := true;