Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.activation
Commits
493574ba
Commit
493574ba
authored
Mar 24, 2014
by
André Anjos
💬
Browse files
Fix unused function warning
parent
58df60b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
xbob/learn/activation/version.cpp
View file @
493574ba
...
...
@@ -168,6 +168,9 @@ static PyObject* create_module (void) {
if
(
!
externals
)
return
0
;
if
(
PyModule_AddObject
(
m
,
"externals"
,
externals
)
<
0
)
return
0
;
/* imports xbob.io C-API + dependencies */
if
(
import_xbob_blitz
()
<
0
)
return
0
;
Py_INCREF
(
m
);
return
m
;
...
...
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