Commit 23b1043119852372cc10cb9fca5bfc9b95811507

Authored by Georg Hopp
1 parent cf3eb7b3

Remove useless volatile

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -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