Skip to content

Commit 95efacf

Browse files
gnatcoll.gpr: fix case to avoid warning value "windows" is not used as label
Change-Id: I68c41db443dc1c813cecf57950e67581a8dadd19
1 parent 1c56c1f commit 95efacf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gnatcoll.gpr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ project GnatColl is
266266
use "gnatcoll-os-libc_constants__osx.ads";
267267
for Implementation ("GNATCOLL.OS.FS.Open_Pipe")
268268
use "gnatcoll-os-fs-open_pipe__unix.adb";
269+
when "windows" =>
270+
null;
269271
end case;
270272
end Naming;
271273

0 commit comments

Comments
 (0)