Fixed warnings on linux

This commit is contained in:
AlexandreRouma
2020-09-20 01:36:25 +02:00
parent 2aaf254565
commit ab8ce4c53f
9 changed files with 59 additions and 93 deletions

View File

@@ -1,6 +1,4 @@
{
"Radio": "../build/radio/Release/radio.dll",
"Recorder": "../build/recorder/Release/recorder.dll",
"Demo": "../build/demo/Release/demo.dll",
"Demo 2": "../build/demo/Release/demo.dll"
}
"Radio": "./radio/radio.so",
"Recorder": "./recorder/recorder.so"
}