зеркало из https://github.com/mozilla/gecko-dev.git
Removed some compiler warnings
This commit is contained in:
Родитель
e73dd51e0c
Коммит
7c613dc78a
|
@ -30,7 +30,7 @@
|
|||
#include "X11/Intrinsic.h"
|
||||
|
||||
/* nsDrawingSurface is actually the following struct */
|
||||
typedef struct nsDrawingSurfaceUnix {
|
||||
struct nsDrawingSurfaceUnix {
|
||||
Display *display ;
|
||||
Drawable drawable ;
|
||||
GC gc ;
|
||||
|
|
|
@ -333,6 +333,7 @@ PRInt16 i;
|
|||
ConvertImage(aDrawingSurface);
|
||||
CreateImage(aDrawingSurface);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------
|
||||
|
|
|
@ -76,4 +76,4 @@ if (! _ns_smallBufUsed) \
|
|||
delete aBuf;
|
||||
|
||||
|
||||
#endif // NSStringUtil
|
||||
#endif // NSStringUtil
|
||||
|
|
Загрузка…
Ссылка в новой задаче