Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. C:\Users\Alessio\Desktop\Repositories\Player\builds\switch>make
  2. Makefile:14: "LIBLCF_DIR not set. Ignore this warning when liblcf is in TOOLCHAIN_DIR"
  3. /c/Users/Alessio/Desktop/Repositories/Player/builds/switch/Makefile:14: "LIBLCF_DIR not set. Ignore this warning when liblcf is in TOOLCHAIN_DIR"
  4. audio_switch.cpp
  5. aarch64-none-elf-g++ -MMD -MP -MF /c/Users/Alessio/Desktop/Repositories/Player/builds/switch/build/audio_switch.d -g -Wall -O2 -ffast-math -ffunction-sections -march=armv8-a -mtune=cortex-a57 -m
  6. /Users/Alessio/Desktop/Repositories/Player/builds/switch/../../src/audio_switch.cpp -o audio_switch.o
  7. In file included from c:/Users/Alessio/Desktop/Repositories/Player/builds/switch/../../src/audio_switch.cpp:19:0:
  8. c:\users\alessio\desktop\repositories\player\src\audio_switch.h:33:7: error: 'void NxAudio::Update() const' marked 'override', but does not override
  9. void Update() const override;
  10. ^~~~~~
  11. c:/Users/Alessio/Desktop/Repositories/Player/builds/switch/../../src/audio_switch.cpp:37:6: error: prototype for 'void NxAudio::Update()' does not match any in class 'NxAudio'
  12. void NxAudio::Update(){
  13. ^~~~~~~
  14. In file included from c:/Users/Alessio/Desktop/Repositories/Player/builds/switch/../../src/audio_switch.cpp:19:0:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement