Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.12 KB | None | 0 0
  1. C:\3DiScord-white>make
  2. DiScordAvatarCircle.png
  3. DiScordBackground8BIT.png
  4. DiScordDefaultAvatar.png
  5. DiScordLoading8BIT.png
  6. DiScordLoginForm8BIT.png
  7. DiScordlogo.png
  8. DiScordMenu.png
  9. font.ttf
  10. 3dsGUI.cpp
  11. arm-none-eabi-g++ -MMD -MP -MF /c/3DiScord-white/build/3dsGUI.d -g -Wall -Wno-strict-aliasing -O3 -mw
  12. ord-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/3D
  13. iScord-white/source -I/c/3DiScord-white/include -I/c/devkitPro/portlibs/armv6k/include -I/c/devkitPro
  14. /portlibs/3ds/include -I/c/devkitPro/libctru/include -I./lib/include -I/c/3DiScord-white/build -DARM1
  15. 1 -D_3DS -std=gnu++11 -fno-rtti -fexceptions -c /c/3DiScord-white/source/3dsGUI.cpp -o 3dsGUI.o
  16. c:/3DiScord-white/source/3dsGUI.cpp: In member function 'void D3DSGUI::clearAvatarVec()':
  17. c:/3DiScord-white/source/3dsGUI.cpp:112:20: warning: comparison between signed and unsigned integer e
  18. xpressions [-Wsign-compare]
  19. for (int i = 0; i < avatarVec.size(); i++)
  20. ~~^~~~~~~~~~~~~~~~~~
  21. c:/3DiScord-white/source/3dsGUI.cpp: In member function 'void D3DSGUI::loadUserInfo(std::__cxx11::str
  22. ing, std::__cxx11::string)':
  23. c:/3DiScord-white/source/3dsGUI.cpp:148:16: warning: division by zero [-Wdiv-by-zero]
  24. u8 r = colour / 0 / 0 % 0;
  25. ~~~~~~~^~~
  26. c:/3DiScord-white/source/3dsGUI.cpp:148:20: warning: division by zero [-Wdiv-by-zero]
  27. u8 r = colour / 0 / 0 % 0;
  28. ~~~~~~~~~~~^~~
  29. c:/3DiScord-white/source/3dsGUI.cpp:148:24: warning: division by zero [-Wdiv-by-zero]
  30. u8 r = colour / 0 / 0 % 0;
  31. ~~~~~~~~~~~~~~~^~~
  32. c:/3DiScord-white/source/3dsGUI.cpp:149:16: warning: division by zero [-Wdiv-by-zero]
  33. u8 g = colour / 0 % 0;
  34. ~~~~~~~^~~
  35. c:/3DiScord-white/source/3dsGUI.cpp:149:20: warning: division by zero [-Wdiv-by-zero]
  36. u8 g = colour / 0 % 0;
  37. ~~~~~~~~~~~^~~
  38. c:/3DiScord-white/source/3dsGUI.cpp:150:16: warning: division by zero [-Wdiv-by-zero]
  39. u8 b = colour % 0;
  40. ~~~~~~~^~~
  41. c:/3DiScord-white/source/3dsGUI.cpp: In member function 'std::__cxx11::string D3DSGUI::wrap(const cha
  42. r*, sftd_font*, int, size_t)':
  43. c:/3DiScord-white/source/3dsGUI.cpp:166:19: warning: comparison between signed and unsigned integer e
  44. xpressions [-Wsign-compare]
  45. if (space_left < sftd_get_text_width(font, font_size, word.c_str()) + font_size) {
  46. ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47. c:/3DiScord-white/source/3dsGUI.cpp: In member function 'void D3DSGUI::Draw()':
  48. c:/3DiScord-white/source/3dsGUI.cpp:224:21: warning: comparison between signed and unsigned integer e
  49. xpressions [-Wsign-compare]
  50. for (int i = 0; i < guildBoxes.size(); i++) {
  51. ~~^~~~~~~~~~~~~~~~~~~
  52. c:/3DiScord-white/source/3dsGUI.cpp:260:21: warning: comparison between signed and unsigned integer e
  53. xpressions [-Wsign-compare]
  54. for(int i = 0 ; i < channelBoxes.size() ; i++){
  55. ~~^~~~~~~~~~~~~~~~~~~~~
  56. c:/3DiScord-white/source/3dsGUI.cpp:273:21: warning: comparison between signed and unsigned integer e
  57. xpressions [-Wsign-compare]
  58. for (int i = 0; i < messageBoxes.size(); i++) {
  59. ~~^~~~~~~~~~~~~~~~~~~~~
  60. c:/3DiScord-white/source/3dsGUI.cpp:306:17: warning: comparison between signed and unsigned integer e
  61. xpressions [-Wsign-compare]
  62. for( i = 0; i < rectangles.size() ; i++){
  63. ~~^~~~~~~~~~~~~~~~~~~
  64. c:/3DiScord-white/source/3dsGUI.cpp: In member function 'int D3DSGUI::click(int, int)':
  65. c:/3DiScord-white/source/3dsGUI.cpp:346:21: warning: comparison between signed and unsigned integer e
  66. xpressions [-Wsign-compare]
  67. for(int i = 0 ; i < loginInputs.size() ; i++){
  68. ~~^~~~~~~~~~~~~~~~~~~~
  69. c:/3DiScord-white/source/3dsGUI.cpp:354:21: warning: comparison between signed and unsigned integer e
  70. xpressions [-Wsign-compare]
  71. for(int i = 0 ; i < guildBoxes.size() ; i++){
  72. ~~^~~~~~~~~~~~~~~~~~~
  73. c:/3DiScord-white/source/3dsGUI.cpp:362:21: warning: comparison between signed and unsigned integer e
  74. xpressions [-Wsign-compare]
  75. for(int i = 0 ; i < channelBoxes.size() ; i++){
  76. ~~^~~~~~~~~~~~~~~~~~~~~
  77. c:/3DiScord-white/source/3dsGUI.cpp: In member function 'void D3DSGUI::RemoveRectangle(int)':
  78. c:/3DiScord-white/source/3dsGUI.cpp:397:11: warning: comparison between signed and unsigned integer e
  79. xpressions [-Wsign-compare]
  80. if(index < rectangles.size()){
  81. ~~~~~~^~~~~~~~~~~~~~~~~~~
  82. c:/3DiScord-white/source/3dsGUI.cpp: In member function 'void D3DSGUI::setGuildBoxes()':
  83. c:/3DiScord-white/source/3dsGUI.cpp:415:19: warning: comparison between signed and unsigned integer e
  84. xpressions [-Wsign-compare]
  85. for(int i = 0; i < discordPtr->guilds.size() ; i++){
  86. ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  87. 3dsIME.cpp
  88. arm-none-eabi-g++ -MMD -MP -MF /c/3DiScord-white/build/3dsIME.d -g -Wall -Wno-strict-aliasing -O3 -mw
  89. ord-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/3D
  90. iScord-white/source -I/c/3DiScord-white/include -I/c/devkitPro/portlibs/armv6k/include -I/c/devkitPro
  91. /portlibs/3ds/include -I/c/devkitPro/libctru/include -I./lib/include -I/c/3DiScord-white/build -DARM1
  92. 1 -D_3DS -std=gnu++11 -fno-rtti -fexceptions -c /c/3DiScord-white/source/3dsIME.cpp -o 3dsIME.o
  93. c:/3DiScord-white/source/3dsIME.cpp: In member function 'std::__cxx11::string D3DSIME::getUserText(ch
  94. ar*)':
  95. c:/3DiScord-white/source/3dsIME.cpp:10:30: warning: ISO C++ forbids converting a string constant to '
  96. char*' [-Wwrite-strings]
  97. return getUserText(title, "");
  98. ^
  99. c:/3DiScord-white/source/3dsIME.cpp: In member function 'std::__cxx11::string D3DSIME::getUserText(ch
  100. ar*, char*)':
  101. c:/3DiScord-white/source/3dsIME.cpp:17:15: warning: comparison with string literal results in unspeci
  102. fied behavior [-Waddress]
  103. if (title == "Enter your 2Factor Auth Code!")
  104. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  105. c:/3DiScord-white/source/3dsIME.cpp:25:15: warning: comparison with string literal results in unspeci
  106. fied behavior [-Waddress]
  107. if (title == "Discord Password")
  108. ^~~~~~~~~~~~~~~~~~
  109. c:/3DiScord-white/source/3dsIME.cpp:32:32: warning: suggest parentheses around assignment used as tru
  110. th value [-Wparentheses]
  111. if (button = SWKBD_BUTTON_LEFT)
  112. ^
  113. 3dsNet.cpp
  114. arm-none-eabi-g++ -MMD -MP -MF /c/3DiScord-white/build/3dsNet.d -g -Wall -Wno-strict-aliasing -O3 -mw
  115. ord-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/3D
  116. iScord-white/source -I/c/3DiScord-white/include -I/c/devkitPro/portlibs/armv6k/include -I/c/devkitPro
  117. /portlibs/3ds/include -I/c/devkitPro/libctru/include -I./lib/include -I/c/3DiScord-white/build -DARM1
  118. 1 -D_3DS -std=gnu++11 -fno-rtti -fexceptions -c /c/3DiScord-white/source/3dsNet.cpp -o 3dsNet.o
  119. 3dsPad.cpp
  120. arm-none-eabi-g++ -MMD -MP -MF /c/3DiScord-white/build/3dsPad.d -g -Wall -Wno-strict-aliasing -O3 -mw
  121. ord-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/3D
  122. iScord-white/source -I/c/3DiScord-white/include -I/c/devkitPro/portlibs/armv6k/include -I/c/devkitPro
  123. /portlibs/3ds/include -I/c/devkitPro/libctru/include -I./lib/include -I/c/3DiScord-white/build -DARM1
  124. 1 -D_3DS -std=gnu++11 -fno-rtti -fexceptions -c /c/3DiScord-white/source/3dsPad.cpp -o 3dsPad.o
  125. 3dsTouch.cpp
  126. arm-none-eabi-g++ -MMD -MP -MF /c/3DiScord-white/build/3dsTouch.d -g -Wall -Wno-strict-aliasing -O3 -
  127. mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/
  128. 3DiScord-white/source -I/c/3DiScord-white/include -I/c/devkitPro/portlibs/armv6k/include -I/c/devkitP
  129. ro/portlibs/3ds/include -I/c/devkitPro/libctru/include -I./lib/include -I/c/3DiScord-white/build -DAR
  130. M11 -D_3DS -std=gnu++11 -fno-rtti -fexceptions -c /c/3DiScord-white/source/3dsTouch.cpp -o 3dsTouch.
  131. o
  132. Discord.cpp
  133. arm-none-eabi-g++ -MMD -MP -MF /c/3DiScord-white/build/Discord.d -g -Wall -Wno-strict-aliasing -O3 -m
  134. word-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/3
  135. DiScord-white/source -I/c/3DiScord-white/include -I/c/devkitPro/portlibs/armv6k/include -I/c/devkitPr
  136. o/portlibs/3ds/include -I/c/devkitPro/libctru/include -I./lib/include -I/c/3DiScord-white/build -DARM
  137. 11 -D_3DS -std=gnu++11 -fno-rtti -fexceptions -c /c/3DiScord-white/source/Discord.cpp -o Discord.o
  138. c:/3DiScord-white/source/Discord.cpp: In member function 'long int Discord::getUserHighestRole(std::_
  139. _cxx11::string)':
  140. c:/3DiScord-white/source/Discord.cpp:61:22: warning: comparison between signed and unsigned integer e
  141. xpressions [-Wsign-compare]
  142. for (int i = 0; i < j_complete["roles"].size(); i++) {
  143. ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  144. c:/3DiScord-white/source/Discord.cpp:72:19: warning: comparison between signed and unsigned integer e
  145. xpressions [-Wsign-compare]
  146. for(int i = 0; i < guilds[currentGuild].roles.size(); i++)
  147. ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  148. c:/3DiScord-white/source/Discord.cpp:73:20: warning: comparison between signed and unsigned integer e
  149. xpressions [-Wsign-compare]
  150. for(int j = 0; j < rolesvec.size(); j++)
  151. ~~^~~~~~~~~~~~~~~~~
  152. DiscordApp.cpp
  153. arm-none-eabi-g++ -MMD -MP -MF /c/3DiScord-white/build/DiscordApp.d -g -Wall -Wno-strict-aliasing -O3
  154. -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/
  155. c/3DiScord-white/source -I/c/3DiScord-white/include -I/c/devkitPro/portlibs/armv6k/include -I/c/devki
  156. tPro/portlibs/3ds/include -I/c/devkitPro/libctru/include -I./lib/include -I/c/3DiScord-white/build -D
  157. ARM11 -D_3DS -std=gnu++11 -fno-rtti -fexceptions -c /c/3DiScord-white/source/DiscordApp.cpp -o Disco
  158. rdApp.o
  159. c:/3DiScord-white/source/DiscordApp.cpp: In member function 'void DiscordApp::Start()':
  160. c:/3DiScord-white/source/DiscordApp.cpp:105:47: warning: ISO C++ forbids converting a string constant
  161. to 'char*' [-Wwrite-strings]
  162. mel = D3dsIME.getUserText("Discord Email");
  163. ^
  164. c:/3DiScord-white/source/DiscordApp.cpp:112:50: warning: ISO C++ forbids converting a string constant
  165. to 'char*' [-Wwrite-strings]
  166. pwd = D3dsIME.getUserText("Discord Password");
  167. ^
  168. c:/3DiScord-white/source/DiscordApp.cpp:131:84: warning: ISO C++ forbids converting a string constant
  169. to 'char*' [-Wwrite-strings]
  170. if( discord.submit2facode(D3dsIME.getUserText("Enter your 2Factor Auth Code!")) == 200){
  171. ^
  172. c:/3DiScord-white/source/DiscordApp.cpp:187:60: warning: ISO C++ forbids converting a string constant
  173. to 'char*' [-Wwrite-strings]
  174. std::string userMessage = D3dsIME.getUserText("Message");
  175. ^
  176. easyencryptor.cpp
  177. arm-none-eabi-g++ -MMD -MP -MF /c/3DiScord-white/build/easyencryptor.d -g -Wall -Wno-strict-aliasing
  178. -O3 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard
  179. -I/c/3DiScord-white/source -I/c/3DiScord-white/include -I/c/devkitPro/portlibs/armv6k/include -I/c/de
  180. vkitPro/portlibs/3ds/include -I/c/devkitPro/libctru/include -I./lib/include -I/c/3DiScord-white/build
  181. -DARM11 -D_3DS -std=gnu++11 -fno-rtti -fexceptions -c /c/3DiScord-white/source/easyencryptor.cpp -o
  182. easyencryptor.o
  183. c:/3DiScord-white/source/easyencryptor.cpp: In function 'std::__cxx11::string encrypt(std::__cxx11::s
  184. tring)':
  185. c:/3DiScord-white/source/easyencryptor.cpp:6:18: warning: comparison between signed and unsigned inte
  186. ger expressions [-Wsign-compare]
  187. for(int i = 0; i< msg.size() ; i++){
  188. ~^~~~~~~~~~~~
  189. c:/3DiScord-white/source/easyencryptor.cpp: In function 'std::__cxx11::string decrypt(std::__cxx11::s
  190. tring)':
  191. c:/3DiScord-white/source/easyencryptor.cpp:15:18: warning: comparison between signed and unsigned int
  192. eger expressions [-Wsign-compare]
  193. for(int i = 0; i< msg.size() ; i++){
  194. ~^~~~~~~~~~~~
  195. log.cpp
  196. arm-none-eabi-g++ -MMD -MP -MF /c/3DiScord-white/build/log.d -g -Wall -Wno-strict-aliasing -O3 -mword
  197. -relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/3DiSc
  198. ord-white/source -I/c/3DiScord-white/include -I/c/devkitPro/portlibs/armv6k/include -I/c/devkitPro/po
  199. rtlibs/3ds/include -I/c/devkitPro/libctru/include -I./lib/include -I/c/3DiScord-white/build -DARM11 -
  200. D_3DS -std=gnu++11 -fno-rtti -fexceptions -c /c/3DiScord-white/source/log.cpp -o log.o
  201. main.cpp
  202. arm-none-eabi-g++ -MMD -MP -MF /c/3DiScord-white/build/main.d -g -Wall -Wno-strict-aliasing -O3 -mwor
  203. d-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/c/3DiS
  204. cord-white/source -I/c/3DiScord-white/include -I/c/devkitPro/portlibs/armv6k/include -I/c/devkitPro/p
  205. ortlibs/3ds/include -I/c/devkitPro/libctru/include -I./lib/include -I/c/3DiScord-white/build -DARM11
  206. -D_3DS -std=gnu++11 -fno-rtti -fexceptions -c /c/3DiScord-white/source/main.cpp -o main.o
  207. linking 3DiScordWhitetheme.elf
  208. built ... 3DiScordWhitetheme.3dsx
  209. /bin/sh: line 4: zip: command not found
  210. built ... 3DiScordWhitetheme.zip
  211. built ... 3DiScordWhitetheme.3ds
  212. built ... 3DiScordWhitetheme.cia
  213.  
  214. C:\3DiScord-white>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement