diff options
| author | Pavel Roskin <plroskin@gmail.com> | 2016-04-21 22:27:27 -0700 | 
|---|---|---|
| committer | Pavel Roskin <plroskin@gmail.com> | 2016-04-21 22:27:27 -0700 | 
| commit | 0629b25d5f406bad82f5bd0fa4894ae9667dc48e (patch) | |
| tree | 268fbc6f1d8bfe9730f83db68d4ddc8933e06c76 /sesman/chansrv/xcommon.c | |
| parent | e65bd6b7d7c8177def8fa7c23875b1f0ff13d7ce (diff) | |
| download | xrdp-proprietary-0629b25d5f406bad82f5bd0fa4894ae9667dc48e.tar.gz xrdp-proprietary-0629b25d5f406bad82f5bd0fa4894ae9667dc48e.zip | |
Fix warnings about unused variables and functions
Diffstat (limited to 'sesman/chansrv/xcommon.c')
| -rw-r--r-- | sesman/chansrv/xcommon.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/sesman/chansrv/xcommon.c b/sesman/chansrv/xcommon.c index d6d2d4b4..9aae4a06 100644 --- a/sesman/chansrv/xcommon.c +++ b/sesman/chansrv/xcommon.c @@ -63,11 +63,13 @@ xcommon_error_handler(Display *dis, XErrorEvent *xer)  /* The X server had an internal error.  This is the last function called.     Do any cleanup that needs to be done on exit, like removing temporary files.     Don't worry about memory leaks */ +#if 0  static int DEFAULT_CC  xcommon_fatal_handler(Display *dis)  {      return 0;  } +#endif  /*****************************************************************************/  /* returns time in milliseconds | 
