Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fisch
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Project 'brainscales/fisch' was moved to 'ri/tech-hub/apps/brainscales/fisch'. Please update any links and bookmarks that may still have the old path.
Show more breadcrumbs
EBRAINS RI
Tech Hub
Apps
BrainScaleS
fisch
Commits
09445174
Commit
09445174
authored
5 years ago
by
Eric Müller
Browse files
Options
Downloads
Patches
Plain Diff
Fix some warnings from gcc9
Change-Id: Ibedf788290ff0657727f1db735a32ed3ad22f920
parent
71b71b67
No related branches found
Branches containing commit
Tags
EOL_dls2
EOL_dls3
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/fisch/vx/container_ticket.h
+2
-0
2 additions, 0 deletions
include/fisch/vx/container_ticket.h
with
2 additions
and
0 deletions
include/fisch/vx/container_ticket.h
+
2
−
0
View file @
09445174
...
@@ -41,6 +41,7 @@ public:
...
@@ -41,6 +41,7 @@ public:
FPGATime
fpga_time
()
const
;
FPGATime
fpga_time
()
const
;
ContainerTicket
(
ContainerTicket
const
&
other
);
ContainerTicket
(
ContainerTicket
const
&
other
);
ContainerTicket
&
operator
=
(
ContainerTicket
const
&
other
)
=
default
;
~
ContainerTicket
();
~
ContainerTicket
();
private:
private:
...
@@ -84,6 +85,7 @@ public:
...
@@ -84,6 +85,7 @@ public:
FPGATime
fpga_time
()
const
;
FPGATime
fpga_time
()
const
;
ContainerVectorTicket
(
ContainerVectorTicket
const
&
other
);
ContainerVectorTicket
(
ContainerVectorTicket
const
&
other
);
ContainerVectorTicket
&
operator
=
(
ContainerVectorTicket
const
&
other
)
=
default
;
~
ContainerVectorTicket
();
~
ContainerVectorTicket
();
private:
private:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment