Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37891082
en ru br
ALT Linux repos
S:2.1.5-alt5
5.0: 2.1.5-alt3

Group :: Development/C++
RPM: Inventor

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: Inventor-2.1.5-30-31.diff
Download


Index: apps/samples/motif/menu.c++
===================================================================
RCS file: /var/cvs/local/inventor/apps/samples/motif/menu.c++,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -u -r1.1.1.1 -r1.1.1.1.4.1
--- apps/samples/motif/menu.c++	27 Sep 2006 06:57:44 -0000	1.1.1.1
+++ apps/samples/motif/menu.c++	4 Jan 2008 07:39:02 -0000	1.1.1.1.4.1
@@ -463,7 +463,7 @@
 //  display this window, and loop forever...
 //
 void
-main(unsigned int /*argc*/, char *argv[])
+main(int /*argc*/, char *argv[])
 //
 ////////////////////////////////////////////////////////////////////////
 {
Index: apps/samples/spaceball/spaceball.c++
===================================================================
RCS file: /var/cvs/local/inventor/apps/samples/spaceball/spaceball.c++,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -u -r1.1.1.1 -r1.1.1.1.4.1
--- apps/samples/spaceball/spaceball.c++	27 Sep 2006 06:57:44 -0000	1.1.1.1
+++ apps/samples/spaceball/spaceball.c++	4 Jan 2008 07:37:29 -0000	1.1.1.1.4.1
@@ -102,7 +102,7 @@
 }
 
 void
-main(unsigned int, char *argv[])
+main(int, char *argv[])
 {
     Widget mainWindow = SoXt::init(argv[0]);
 
Index: apps/samples/spaceball/spballViewer.c++
===================================================================
RCS file: /var/cvs/local/inventor/apps/samples/spaceball/spballViewer.c++,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -u -r1.1.1.1 -r1.1.1.1.4.1
--- apps/samples/spaceball/spballViewer.c++	27 Sep 2006 06:57:44 -0000	1.1.1.1
+++ apps/samples/spaceball/spballViewer.c++	4 Jan 2008 07:38:19 -0000	1.1.1.1.4.1
@@ -153,7 +153,7 @@
 }
 
 void
-main(unsigned int argc, char *argv[])
+main(int argc, char *argv[])
 {
     if (argc != 2) {
 	printf("Usage: %s filename\n", argv[0]);
Index: apps/samples/widgets/componentTest.c++
===================================================================
RCS file: /var/cvs/local/inventor/apps/samples/widgets/componentTest.c++,v
retrieving revision 1.1.1.1.4.1
retrieving revision 1.1.1.1.4.2
diff -u -r1.1.1.1.4.1 -r1.1.1.1.4.2
--- apps/samples/widgets/componentTest.c++	27 Sep 2006 10:21:50 -0000	1.1.1.1.4.1
+++ apps/samples/widgets/componentTest.c++	4 Jan 2008 07:34:34 -0000	1.1.1.1.4.2
@@ -60,7 +60,7 @@
 }
 
 int
-main(unsigned int argc, char *argv[])
+main(int argc, char *argv[])
 {
     if (argc != 2)
 	usage(argv[0]);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin