Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
1302-ct-fix-compilation-warning-in-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1302-ct-fix-compilation-warning-in-test.patch of Package erlang
From 86982ae05b7a8cca0ce534e033269a757e7052d6 Mon Sep 17 00:00:00 2001 From: Jakub Witczak <kuba@erlang.org> Date: Tue, 16 May 2023 12:58:11 +0200 Subject: [PATCH 2/4] ct: fix compilation warning in test --- lib/common_test/test/telnet_server.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common_test/test/telnet_server.erl b/lib/common_test/test/telnet_server.erl index cef7784333..eaa06ea714 100644 --- a/lib/common_test/test/telnet_server.erl +++ b/lib/common_test/test/telnet_server.erl @@ -1,5 +1,6 @@ -module(telnet_server). -compile(export_all). +-compile([export_all,nowarn_export_all]). %% telnet control characters -define(SE, 240). -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor