This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/mnt/data/code/games/srcmods/mapbase/sp/src/game/client/mapbase/vscript_vgui.cpp: In function ‘void vgui_spew_fonts_script(const CCommand&)’: | |
/mnt/data/code/games/srcmods/mapbase/sp/src/game/client/mapbase/vscript_vgui.cpp:112:22: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] | |
112 | Msg( " %2d: HFont:0x%8.8x, %s, %s, font:%s, tall:%d(%d)\n", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
113 | i, | |
114 | data.font, | |
| ~~~~~~~~~ | |
| | | |
| long unsigned int | |
/mnt/data/code/games/srcmods/mapbase/sp/src/game/client/mapbase/vscript_vgui.cpp: In member function ‘void IScript_Panel<T>::MakeReadyForUse()’: |