Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
a1ceb761
Commit
a1ceb761
authored
May 05, 2013
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Making changes suggested by Mark Jarvin.
parent
eacfad76
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
Makefile
+1
-2
src/bdd/cudd/cuddSymmetry.c
+1
-1
src/bdd/cudd/cuddZddSymm.c
+1
-1
No files found.
Makefile
View file @
a1ceb761
CC
:=
gcc
CXX
:=
g++
LD
:=
g++
CP
:=
cp
PROG
:=
abc
...
...
@@ -40,7 +39,7 @@ OPTFLAGS := -g -O #-DABC_NAMESPACE=xxx
CFLAGS
+=
-Wall
-Wno-unused-function
$(OPTFLAGS)
$(ARCHFLAGS)
-I
$(PWD)
/src
#ifeq ($(shell $(CC) -dumpversion | awk '{FS="."; print ($$1>=4 && $$2>=6)}'),1)
# Set -Wno-unused-bu
g
-set-variable for GCC 4.6.0 and greater only
# Set -Wno-unused-bu
t
-set-variable for GCC 4.6.0 and greater only
CFLAGS
+=
-Wno-unused-but-set-variable
#endif
...
...
src/bdd/cudd/cuddSymmetry.c
View file @
a1ceb761
...
...
@@ -1558,7 +1558,7 @@ ddSymmGroupMoveBackward(
int
x
,
int
y
)
{
int
size
;
int
size
=
-
1
;
int
i
,
j
;
int
xtop
,
xbot
,
xsize
,
ytop
,
ybot
,
ysize
,
newxtop
;
...
...
src/bdd/cudd/cuddZddSymm.c
View file @
a1ceb761
...
...
@@ -1590,7 +1590,7 @@ zdd_group_move_backward(
int
x
,
int
y
)
{
int
size
;
int
size
=
-
1
;
int
i
,
temp
,
gxtop
,
gxbot
,
gybot
,
yprev
;
#ifdef DD_DEBUG
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment