dlls/gdi/tests/metafile.c warning about test_mf_PatternBrush

Gerald Pfeifer gerald at pfeifer.com
Thu Dec 9 13:03:06 CST 2004


The following patch to dlls/gdi/tests/metafile.c

  revision 1.3
  date: 2004/12/09 11:37:59;  author: julliard;  state: Exp;  lines: +236 -0
  Walt Ogburn <reuben at ugcs.caltech.edu>
  Added some tests for win-format metafiles.

introduces the following warning:

  metafile.c:381: warning: `test_mf_PatternBrush' defined but not used

Should we put #ifdefs around the definition, or enable the following
code in the main test function?

    /* Crashes under wine: */
    /* test_mf_PatternBrush(); */

Another option would be not to make this function static.

Gerald



More information about the wine-devel mailing list