Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Sommersemester 2015
Cpp
Deth Buff Arr
Commits
582463d9
Commit
582463d9
authored
Oct 11, 2015
by
Thomas Eppers
Browse files
removed compiler warning in main.cpp
parent
6e54ad63
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
582463d9
...
...
@@ -6,7 +6,7 @@
#include
<core/engine.hpp>
#include
<util/stacktrace.hpp>
int
main
(
int
argc
,
char
*
argv
[])
{
int
main
(
int
,
char
*
argv
[])
{
try
{
gdw
::
initStacktrace
(
argv
[
0
]);
gdw
::
engine
e
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment