Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37548337
en ru br
ALT Linux repos
S:2.7.0-alt1
5.0: 2.1.0-alt1
4.1: 1.0.1-alt1.1
4.0: 1.0.1-alt1.1
3.0: 1.0.1-alt1

Other repositories
Upstream:2.0.1

Group :: Graphics
RPM: gerbv

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gerbv-2.7.0-gcc10.patch
Download


diff --git a/gerbv/src/callbacks.h b/gerbv/src/callbacks.h
index c021e1b..9b9af3c 100644
--- a/gerbv/src/callbacks.h
+++ b/gerbv/src/callbacks.h
@@ -26,7 +26,7 @@
     \ingroup gerbv
 */
 
-enum {
+static enum {
 	CALLBACKS_SAVE_PROJECT_AS,
 	CALLBACKS_SAVE_FILE_PS,
 	CALLBACKS_SAVE_FILE_PDF,
@@ -43,7 +43,7 @@ enum {
 	
 } CALLBACKS_SAVE_FILE_TYPE;
 
-enum {
+static enum {
 	LAYER_SELECTED =	-1,
 	LAYER_ALL_ON =		-2,
 	LAYER_ALL_OFF =		-3,
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin