mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
Fix compilation warnings and errors
This commit is contained in:
@@ -66,7 +66,7 @@ uint32_t RTPRandom::PickSeed()
|
||||
#else
|
||||
x += (uint32_t)clock();
|
||||
#endif
|
||||
x ^= (uint32_t)((uint8_t *)this - (uint8_t *)0);
|
||||
x ^= (uint32_t)(size_t)this;
|
||||
return x;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user