Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2015-06-06 09:49:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-core"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes    2015-05-16 
07:14:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes       
2015-06-06 09:49:49.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 13 19:56:50 CEST 2015 - [email protected]
+
+- Fix more compilation warnings.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-core-3.1.17.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.17/liby2util-r/src/y2changes.cc 
new/yast2-core-3.1.17/liby2util-r/src/y2changes.cc
--- old/yast2-core-3.1.17/liby2util-r/src/y2changes.cc  2015-05-13 
10:34:11.000000000 +0200
+++ new/yast2-core-3.1.17/liby2util-r/src/y2changes.cc  2015-06-01 
13:54:08.000000000 +0200
@@ -102,7 +102,7 @@
     }
     return 1;
 }
-static int variable_not_used = dup_stderr();
+static int variable_not_used __attribute__ ((unused)) = dup_stderr();
 
 static FILE * open_logfile()
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.17/liby2util-r/src/y2log.cc 
new/yast2-core-3.1.17/liby2util-r/src/y2log.cc
--- old/yast2-core-3.1.17/liby2util-r/src/y2log.cc      2015-05-13 
10:34:11.000000000 +0200
+++ new/yast2-core-3.1.17/liby2util-r/src/y2log.cc      2015-06-01 
13:54:08.000000000 +0200
@@ -123,7 +123,7 @@
     }
     return 1;
 }
-static int variable_not_used = dup_stderr();
+static int variable_not_used __attribute__ ((unused)) = dup_stderr();
 
 static FILE * open_logfile()
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.17/package/yast2-core.changes 
new/yast2-core-3.1.17/package/yast2-core.changes
--- old/yast2-core-3.1.17/package/yast2-core.changes    2015-05-13 
10:34:11.000000000 +0200
+++ new/yast2-core-3.1.17/package/yast2-core.changes    2015-06-01 
13:54:08.000000000 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed May 13 19:56:50 CEST 2015 - [email protected]
+
+- Fix more compilation warnings.
+
+-------------------------------------------------------------------
 Mon May 11 13:50:04 UTC 2015 - [email protected]
 
 - Fixed compilation warnings.


Reply via email to