Enrico Maria Giordano wrote:The following sample gives a warning:
#include "Fivewin.ch" FUNCTION MAIN() 聽 聽 LOCAL oWnd, oMen 聽 聽 MENU oMen 聽 聽 聽 聽 MENUITEM "Test" ACTION MSGINFO( "OK" ) 聽 聽 ENDMENU 聽 聽 DEFINE WINDOW oWnd; 聽 聽 聽 聽 聽 聽MENU oMen 聽 聽 ACTIVATE WINDOW oWnd 聽 聽 RETURN NIL
Warning message:
Warning W0004 聽Codeblock parameter 'OMENUITEM' declared but not used in function 'MAIN'
I use /wb- in xHarbour. Any replacement in Harbour or any other solution?
EMG
Enrico
Compiling...
Harbour 3.2.0dev (r1307082134)
Copyright (c) 1999-2013, http://harbour-project.org/
Compiling 'enr1.prg' and generating preprocessed output to 'enr1.ppo'...
Lines 4218, Functions/Procedures 1
Generating C source output to 'enr1.c'... Done.
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
enr1.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
* Application successfully built *
using BuildH.bat
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noci贸n del tiempo
El secreto de la felicidad no est谩 en hacer lo que te gusta, sino en que te guste lo que haces
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noci贸n del tiempo
El secreto de la felicidad no est谩 en hacer lo que te gusta, sino en que te guste lo que haces