[X2Go-Commits] [x2goserver] 06/30: x2goserver/lib/x2gois{int, true}: add optional warnings.

git-admin at x2go.org git-admin at x2go.org
Thu Dec 13 11:22:46 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit 730abed8558c0c94694b6a0a3856655c4bbfe02e
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Dec 6 03:47:16 2018 +0100

    x2goserver/lib/x2gois{int,true}: add optional warnings.
---
 debian/changelog          | 1 +
 x2goserver/lib/x2goisint  | 1 +
 x2goserver/lib/x2goistrue | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4d4eae9..764223e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ x2goserver (4.1.0.4-0x2go1) UNRELEASED; urgency=medium
       is an integer.
     - x2goserver/lib: new x2goisint wrapper.
     - x2goserver/lib/x2gois{int,true}: add newlines to (error) output.
+    - x2goserver/lib/x2gois{int,true}: add optional warnings.
   * debian/control:
     + Build-depend upon lsb-release for distro version detection.
   * debian/x2goserver.manpages:
diff --git a/x2goserver/lib/x2goisint b/x2goserver/lib/x2goisint
index 58250a4..da0a8dc 100755
--- a/x2goserver/lib/x2goisint
+++ b/x2goserver/lib/x2goisint
@@ -18,6 +18,7 @@
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 use strict;
+use warnings;
 
 use X2Go::Utils qw (is_int);
 
diff --git a/x2goserver/lib/x2goistrue b/x2goserver/lib/x2goistrue
index 0683cc4..51cbce8 100755
--- a/x2goserver/lib/x2goistrue
+++ b/x2goserver/lib/x2goistrue
@@ -18,6 +18,7 @@
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 use strict;
+use warnings;
 
 use X2Go::Utils qw (is_true);
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list