compiler warning: fix

Fix compiler warning: conversion may lose significant bits
This commit is contained in:
Yang Tse
2011-05-26 15:44:53 +02:00
parent c8c8816a97
commit 3c9ff41a1f
6 changed files with 30 additions and 2 deletions

View File

@@ -42,8 +42,7 @@
#include "connect.h"
#include "timeval.h"
#include "socks.h"
static gss_ctx_id_t gss_context = GSS_C_NO_CONTEXT;
#include "warnless.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
@@ -52,6 +51,8 @@ static gss_ctx_id_t gss_context = GSS_C_NO_CONTEXT;
/* The last #include file should be: */
#include "memdebug.h"
static gss_ctx_id_t gss_context = GSS_C_NO_CONTEXT;
/*
* Helper gssapi error functions.
*/