We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc51201 commit dca180fCopy full SHA for dca180f
Sources/CGRPCZlib/empty.c
@@ -13,3 +13,7 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
+
17
+// Xcode's Archive builds with Xcode's Package support struggle with empty .c files
18
+// (https://bugs.swift.org/browse/SR-12939).
19
+void CGRPCZlib_i_do_nothing_just_working_around_a_darwin_toolchain_bug(void) {}
0 commit comments