[DiscordArchive] what is the compile error?
[DiscordArchive] what is the compile error?
Archived author: Kitzunu • Posted: 2020-05-11T19:25:44.523000+00:00
Original source
what is the compile error?
Archived author: MishaParem • Posted: 2020-05-11T19:26:13.413000+00:00
Original source
/home/mp/mrd/wow-server/azerothcore/src/server/game/Entities/Player/Player.cpp:18963:18: error: variable ‘has_items’ set but not used [-Werror=unused-but-set-variable]
18963 | bool has_items = false;
Archived author: Kitzunu • Posted: 2020-05-11T19:26:41.361000+00:00
Original source
Have you tried to pull the source again? Because I can compile just fine
========== Build: 5 succeeded, 0 failed, 11 up-to-date, 0 skipped ==========
Archived author: MishaParem • Posted: 2020-05-11T19:26:48.516000+00:00
Original source
the simplest fix is to just comment it out I guess...
Archived author: Kitzunu • Posted: 2020-05-11T19:27:11.545000+00:00
Original source
that could definitely break stuff since it is linked to DB value
Archived author: MishaParem • Posted: 2020-05-11T19:27:43.210000+00:00
Original source
> git pull
Already up to date.
Archived author: MishaParem • Posted: 2020-05-11T19:28:15.534000+00:00
Original source
> git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Archived author: Kitzunu • Posted: 2020-05-11T19:28:51.721000+00:00
Original source
hmm, well... something must be off since I can build perfectly and the pipeline is all green
Archived author: Kitzunu • Posted: 2020-05-11T19:30:06.092000+00:00
Original source
Try to run CMake again All guessing for me atm
Archived author: MishaParem • Posted: 2020-05-11T19:31:28.719000+00:00
Original source
strange... what C++ standard are you compiling with