diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-10-17 18:04:07 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-10-17 18:04:07 -0700 |
commit | cb4631e64e9a95cafc4ef31a60f006c7f067cf91 (patch) | |
tree | ea7a351e796da886f3f91955207972cc2e166be0 /src/bool | |
parent | 9f2c4e998898a8485cd4afb89ffc268752b1b2e1 (diff) | |
download | abc-cb4631e64e9a95cafc4ef31a60f006c7f067cf91.tar.gz abc-cb4631e64e9a95cafc4ef31a60f006c7f067cf91.tar.bz2 abc-cb4631e64e9a95cafc4ef31a60f006c7f067cf91.zip |
Compiler warnings.
Diffstat (limited to 'src/bool')
-rw-r--r-- | src/bool/lucky/lucky.h | 2 | ||||
-rw-r--r-- | src/bool/lucky/luckyInt.h | 2 | ||||
-rw-r--r-- | src/bool/rpo/rpo.h | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/src/bool/lucky/lucky.h b/src/bool/lucky/lucky.h index fac24aeb..da72af86 100644 --- a/src/bool/lucky/lucky.h +++ b/src/bool/lucky/lucky.h @@ -41,4 +41,4 @@ extern void simpleMinimal(word* x, word* pAux,word* minimal, permInfo* pi, int n ABC_NAMESPACE_HEADER_END -#endif /* LUCKY_H_ */
\ No newline at end of file +#endif /* LUCKY_H_ */ diff --git a/src/bool/lucky/luckyInt.h b/src/bool/lucky/luckyInt.h index 740c35b8..b8b4baec 100644 --- a/src/bool/lucky/luckyInt.h +++ b/src/bool/lucky/luckyInt.h @@ -133,4 +133,4 @@ extern void swap_ij( word* f,int totalVars, int varI, int varJ); ABC_NAMESPACE_HEADER_END -#endif /* LUCKY_H_ */
\ No newline at end of file +#endif /* LUCKY_H_ */ diff --git a/src/bool/rpo/rpo.h b/src/bool/rpo/rpo.h index 08f4a479..e4936324 100644 --- a/src/bool/rpo/rpo.h +++ b/src/bool/rpo/rpo.h @@ -54,4 +54,5 @@ int Rpo_computeMinEdgeCost(Rpo_LCI_Edge_t** edges, int edgeCount, int* vertexDeg ABC_NAMESPACE_HEADER_END #endif +
\ No newline at end of file |