Skip to content

Conversation

@ADKaster
Copy link
Contributor

This was causing a warning with Swift 6.0.2

Resolves the following compiler warning:

/Users/andrew/Source/ladybird-browser/Build/release/_deps/swiftsystem-src/Sources/System/Internals/WindowsSyscallAdapters.swift:190:4: warning: non-breaking space (U+00A0) used instead of regular space
188 |   _ fds: UnsafeMutablePointer<Int32>, bytesReserved: UInt32 = 4096
189 | ) -> CInt {
190 |   return _pipe(fds, bytesReserved, _O_BINARY | _O_NOINHERIT);
    |   `- warning: non-breaking space (U+00A0) used instead of regular space
191 | }
192 | 

This was causing a warning with Swift 6.0.2
Copy link
Contributor

@glessard glessard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought I'd fixed this one, sorry.

@glessard
Copy link
Contributor

@swift-ci please test

@glessard glessard merged commit 61a2af5 into apple:main Nov 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants