migrating to the latest JUCE version
This commit is contained in:
20
deps/juce/examples/CMake/ConsoleApp/Main.cpp
vendored
20
deps/juce/examples/CMake/ConsoleApp/Main.cpp
vendored
@ -1,10 +1,10 @@
|
||||
#include <juce_core/juce_core.h>
|
||||
|
||||
int main (int argc, char* argv[])
|
||||
{
|
||||
|
||||
// Your code goes here!
|
||||
juce::ignoreUnused (argc, argv);
|
||||
|
||||
return 0;
|
||||
}
|
||||
#include <juce_core/juce_core.h>
|
||||
|
||||
int main (int argc, char* argv[])
|
||||
{
|
||||
|
||||
// Your code goes here!
|
||||
juce::ignoreUnused (argc, argv);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user