Jump to content

Compile error


Guest Ender

Recommended Posts

Hi, I have this error at compile my repo:

 In file included from ../../../../src/shared/Auth/AuthCrypt.cpp:21: ../../../../src/shared/Auth/../../shared/Log.h:146: error: format string argument not a string type

Line146: void outChat( uint32 chattype, const char * str, ... ) ATTR_PRINTF(2,3);

Anybody knows why this line is wrong?

However, this funcion compile ok:

void outCommand( uint32 account, const char * str, ...) ATTR_PRINTF(3,4);

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use