Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f28aa800
authored
Mar 25, 2015
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mtapi_cpp: fixed clang compiler erros
parent
0e570674
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/examples/mtapi/mtapi_c_domain_node_id-snippet.h
+1
-1
doc/examples/mtapi/mtapi_cpp_domain_node_id-snippet.h
+1
-1
mtapi_cpp/include/embb/mtapi/queue.h
+1
-1
No files found.
doc/examples/mtapi/mtapi_c_domain_node_id-snippet.h
View file @
f28aa800
...
...
@@ -2,4 +2,4 @@
#define THIS_NODE_ID 1
#define FIBONACCI_JOB 1
mtapi_job_hndl_t
fibonacciJob
;
static
mtapi_job_hndl_t
fibonacciJob
;
doc/examples/mtapi/mtapi_cpp_domain_node_id-snippet.h
View file @
f28aa800
...
...
@@ -2,4 +2,4 @@
#define THIS_NODE_ID 1
#define FIBONACCI_JOB 1
embb
::
mtapi
::
Job
fibonacciJob
;
static
embb
::
mtapi
::
Job
fibonacciJob
;
mtapi_cpp/include/embb/mtapi/queue.h
View file @
f28aa800
...
...
@@ -184,7 +184,7 @@ class Queue {
)
{
return
Enqueue
(
task_id
,
arguments
,
internal
::
SizeOfType
<
ARGS
>
(),
results
,
sizeof
internal
::
SizeOfType
<
RES
>
(),
results
,
internal
::
SizeOfType
<
RES
>
(),
MTAPI_DEFAULT_TASK_ATTRIBUTES
,
MTAPI_GROUP_NONE
);
}
...
...
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