We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In file included from /home/WOW/80/warhead-band/modules/mod-online-reward/src/OnlineReward.cpp:21: /home/WOW/80/warhead-band/modules/mod-online-reward/src/OnlineReward.h:49:13: error: declaration of Seconds OnlineReward::Seconds’ changes meaning of ‘Seconds’ [-fpermissive] 49 | Seconds Seconds{ 0s }; | ^~~~~~~ compilation terminated due to -Wfatal-errors. make[2]: *** [modules/CMakeFiles/modules.dir/build.make:678: modules/CMakeFiles/modules.dir/mod-online-reward/src/OnlineReward.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1530: modules/CMakeFiles/modules.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
make
No response
nothing
The text was updated successfully, but these errors were encountered:
自己改一下
Sorry, something went wrong.
No branches or pull requests
Current Behaviour
In file included from /home/WOW/80/warhead-band/modules/mod-online-reward/src/OnlineReward.cpp:21:
/home/WOW/80/warhead-band/modules/mod-online-reward/src/OnlineReward.h:49:13: error: declaration of Seconds OnlineReward::Seconds’ changes meaning of ‘Seconds’ [-fpermissive]
49 | Seconds Seconds{ 0s };
| ^~~~~~~
compilation terminated due to -Wfatal-errors.
make[2]: *** [modules/CMakeFiles/modules.dir/build.make:678: modules/CMakeFiles/modules.dir/mod-online-reward/src/OnlineReward.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1530: modules/CMakeFiles/modules.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Expected Blizzlike Behaviour
make
Source
No response
Steps to reproduce the problem
nothing
Extra Notes
No response
AC rev. hash/commit
nothing
Operating system
nothing
Custom changes or Modules
No response
The text was updated successfully, but these errors were encountered: