Advertisement
Guest User

Untitled

a guest
May 31st, 2015
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. [2300] clang -pipe -fno-strict-aliasing -Wall -Werror -Wno-uninitialized -Wno-unused -Wno-switch -Wno-format -Wno-format-security -m32 -fvisibility=hidden -Wno-narrowing -Wno-sometimes-uninitialized -Wno-logical-op-parentheses -O2 -g3 -Wno-invalid-offsetof -std=c++11 -fvisibility-inlines-hidden -Wno-delete-non-virtual-dtor -Wno-implicit-exception-spec-mismatch -Wno-deprecated -fno-exceptions -fno-rtti -DNDEBUG -D_LINUX -DPOSIX -DLINUX -DAMX_NOPROPLIST -DPAWN_CELL_SIZE=32 -DAMXMODX_BUILD -DAMXX_USE_VERSIONLIB -DAMXX_GENERATED_BUILD -DJIT -DASM32 -DHAVE_STDINT_H -I /home/hades/ambuild/build2/includes -I /home/hades/ambuild/support/versionlib -I /home/hades/ambuild/public -I /home/hades/ambuild/public/sdk -I /home/hades/ambuild/public/amtl/include -I /home/hades/ambuild/public/memtools -I /home/hades/ambuild/third_party -I /home/hades/ambuild/third_party/hashing -I /home/hades/ambuild/third_party/zlib -I /home/hades/ambuild/amxmodx -I /home/hades/ambuild/amxmodx/sdk -I /home/hades/metamod-hl1/metamod -I /home/hades/hlsdk/common -I /home/hades/hlsdk/dlls -I /home/hades/hlsdk/engine -I /home/hades/hlsdk/game_shared -I /home/hades/hlsdk/public -I /home/hades/hlsdk/pm_shared -H -c /home/hades/ambuild/amxmodx/file.cpp -o file.o
  2. In file included from /home/hades/ambuild/amxmodx/file.cpp:11:
  3. /home/hades/ambuild/amxmodx/CFileSystem.h:148:22: error: 'AsValveFile' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
  4. virtual ValveFile* AsValveFile()
  5. ^
  6. /home/hades/ambuild/amxmodx/CFileSystem.h:41:22: note: overridden virtual function is here
  7. virtual ValveFile *AsValveFile()
  8. ^
  9. /home/hades/ambuild/amxmodx/CFileSystem.h:241:23: error: 'AsSystemFile' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
  10. virtual SystemFile* AsSystemFile()
  11. ^
  12. /home/hades/ambuild/amxmodx/CFileSystem.h:46:23: note: overridden virtual function is here
  13. virtual SystemFile *AsSystemFile()
  14. ^
  15. 2 errors generated.
  16. Build failed.
  17. hades@hades-VirtualBox:~/ambuild/build2$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement