2009-08-22 22:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbxbp/tests/demoxbp.prg
    * Added '#pragma -w1' to suppress warnings.
      Pripal, is there any chance you can clear them? it would
      be a nice showcase as in real apps it's better to stick
      with full warnings on. It would better show the Xbase++
      Parts user code's suitability for real apps. IMO.
This commit is contained in:
Viktor Szakats
2009-08-22 20:13:39 +00:00
parent fb7ec7b0e4
commit ae8dfcf1bb
2 changed files with 13 additions and 0 deletions

View File

@@ -17,6 +17,14 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-22 22:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbxbp/tests/demoxbp.prg
* Added '#pragma -w1' to suppress warnings.
Pripal, is there any chance you can clear them? it would
be a nice showcase as in real apps it's better to stick
with full warnings on. It would better show the Xbase++
Parts user code's suitability for real apps. IMO.
2009-08-22 21:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ config/Makefile
+ Added Makefile to show an error with simple one-liner

View File

@@ -61,6 +61,11 @@
#pragma library("XppUi2")
#endif
#ifdef __HARBOUR__
/* NOTE: Better would be to fix warnings. */
#pragma -w1
#endif
/*----------------------------------------------------------------------*/
REQUEST DbfCdx