Advertisement
Guest User

Untitled

a guest
Jun 14th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 1.42 KB | None | 0 0
  1. /home/tom/lightsparkdev/lightspark-git/src/lightspark/scripting/abc_opcodes.cpp: In static member function ‘static void lightspark::ABCVm::setSuper(lightspark::call_context*, int)’:
  2. /home/tom/lightsparkdev/lightspark-git/src/lightspark/scripting/abc_opcodes.cpp:1297:49: warning: converting ‘false’ to pointer type for argument 3 of ‘virtual void lightspark::ASObject::setVariableByMultiname(const lightspark::multiname&, lightspark::ASObject*, lightspark::ASObject*)
  3. /home/tom/lightsparkdev/lightspark-git/src/lightspark/scripting/abc_opcodes.cpp: In static member function ‘static void lightspark::ABCVm::getSuper(lightspark::call_context*, int)’:
  4. /home/tom/lightsparkdev/lightspark-git/src/lightspark/scripting/abc_opcodes.cpp:1323:60: warning: converting ‘false’ to pointer type for argument 3 of ‘virtual lightspark::ASObject* lightspark::ASObject::getVariableByMultiname(const lightspark::multiname&, bool, lightspark::ASObject*)
  5. /home/tom/lightsparkdev/lightspark-git/src/lightspark/scripting/abc_opcodes.cpp: In static member function ‘static void lightspark::ABCVm::callSuper(lightspark::call_context*, int, int)’:
  6. /home/tom/lightsparkdev/lightspark-git/src/lightspark/scripting/abc_opcodes.cpp:1589:60: warning: converting ‘false’ to pointer type for argument 3 of ‘virtual lightspark::ASObject* lightspark::ASObject::getVariableByMultiname(const lightspark::multiname&, bool, lightspark::ASObject*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement