Skip to content

Commit 8b77608

Browse files
authored
Update toolbox.patch (#1160)
Update patch with missing/added warning from the SeBa Makefile Fixes #1159 Thanks to @risojevicv
1 parent 450d20c commit 8b77608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/amuse_seba/toolbox.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ index 63009a5..f4f744f 100644
33
--- a/Makefile
44
+++ b/Makefile
55
@@ -1,4 +1,4 @@
6-
-CXXFLAGS += -I./include -I./include/star -DHAVE_CONFIG_H -DTOOLBOX
7-
+CXXFLAGS += -I./include -I./include/star -DHAVE_CONFIG_H
6+
-CXXFLAGS += -I./include -I./include/star -DHAVE_CONFIG_H -DTOOLBOX -Wconversion
7+
+CXXFLAGS += -I./include -I./include/star -DHAVE_CONFIG_H -Wconversion
88
LDLIBS += -Lsstar -lsstar -Lnode -lnode -Lstd -lstd -lm
99
CFLAGS += -O
1010
CXXFLAGS += -O

0 commit comments

Comments
 (0)