Skip to content

Commit

Permalink
Comment out _strlwr_l and _strupr_l (create lots of warnings)
Browse files Browse the repository at this point in the history
Also remove inline specifier in a non-inline function.
  • Loading branch information
Zegeri committed Sep 18, 2018
1 parent 9791c47 commit 68da2f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Common/PlatformLinux.inl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#define CALLBACK
#define TEXT(x) strdup(x)

/*
inline char* _strlwr_l(char* str, locale_t loc)
{
//TODO
Expand All @@ -58,6 +59,7 @@ inline char* _strupr_l(char* str, locale_t loc)
{
//TODO
}
*/

#define VOID void
#define HKL void*
Expand Down
2 changes: 1 addition & 1 deletion src/xrGame/ui/UIWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class CUIWindow : public CUISimpleWindow
void ShowChildren(bool show);

//абсолютные координаты
IC void GetAbsoluteRect(Frect& r);
void GetAbsoluteRect(Frect& r);
IC void GetAbsolutePos(Fvector2& p)
{
Frect abs;
Expand Down

0 comments on commit 68da2f3

Please sign in to comment.