Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc 10.1.0

Options
Warnings
Don't Use Boost
C++03
-pedantic

Author

anonymous

over 4 years ago

$ g++ prog.cc -Wall -Wextra -std=c++98 -pedantic
prog.cc: In function 'int main()':
prog.cc:5:10: warning: unused variable 'frameDelay' [-Wunused-variable]
    5 |    float frameDelay = 1000.f / fps;
      |          ^~~~~~~~~~
Exit Code:
0