Toggle navigation
Sign in
taskrambler
/
libtrcomm
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
23b1043119852372cc10cb9fca5bfc9b95811507
Authored by
Georg Hopp
2015-10-26 19:55:48 +0100
1 parent
cf3eb7b3
Remove useless volatile
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
testers/testclient.c
testers/testclient.c
View file @
23b1043
...
...
@@ -27,7 +27,7 @@ main (int argc, char * argv[])
27
27
#endif
28
28
TR_SimpleClient
client
;
29
29
TR_Protocol
protocol
;
30
-
volatile
TR_ProtoMessageRaw
message
;
30
+
TR_ProtoMessageRaw
message
;
31
31
int
i
,
j
=
0
;
32
32
33
33
TR_logger
=
TR_INSTANCE_CAST
(
TR_Logger
,
mylogger2
);
...
...
Please
register
or
login
to post a comment