Albert Hung

Results 4 issues of Albert Hung

The format "%x" is treated as an unsigned int by the GCC compiler. Use static_cast to cast the error to an unsigned int to match the "%x" type. Additionally, replace...

The 'callfopen' function, used for opening files, is now wrapped with the 'TINYXML2_FILE_SUPPORT' preprocessor directive. This change aligns with the usage in 'LoadFile' and 'SaveFile' functions, which are also wrapped...

These pull requests contain the compiler warnings I encountered during my work.

Added {} to the declaration of the _pool array in the tinyxml2.h file. This ensures that all elements of the _pool array are initialized to their default values. This change...