On 11.04.2015 16:07, Mattias Gaertner wrote:
./lazbuild --quiet --quiet ...

Note: Linker warnings cannot be hidden -vw-.
And code can enable warnings via directives.

Mattias
are you mean "./lazbuild --quiet --quiet ..." write "--quiet" twice ?

I'm not talk about linker warnings

SetPrimaryConfigPath NewValue="/Users/freeman35/.lazarus" -> "/Users/freeman35/.lazarus"
RunTool /bin/ppcx64 "-iWTOTP" "-Px86_64"
RunTool /bin/ppcx64 "-va" "-Px86_64" "compilertest.pas"
RunTool /bin/ppcx64 "-iWTOTP" "-Px86_64" "-Tdarwin" "-Fr/opt/lazarus/components/codetools/fpc.errore.msg" RunTool /bin/ppcx64 "-va" "-Px86_64" "-Tdarwin" "-Fr/opt/lazarus/components/codetools/fpc.errore.msg" "compilertest.pas" RunTool /bin/ppcx64 "-iWTOTP" "-Fr/opt/lazarus/components/codetools/fpc.errore.msg" RunTool /bin/ppcx64 "-va" "-Fr/opt/lazarus/components/codetools/fpc.errore.msg" "compilertest.pas"
make: Entering directory `/opt/lazarus'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ide cleanide
make[1]: Entering directory `/opt/lazarus/ide'
/bin/rm -f
............................................
some hints result:
/opt/lazarus/components/lazutils/ttinterp.pas(4413,25) Warning: (6018) unreachable code /opt/lazarus/components/lazutils/lazloggerdummy.pas(192,31) Hint: (5024) Parameter "ALogger" not used /opt/lazarus/components/lazutils/lazloggerdummy.pas(188,37) Hint: (5024) Parameter "ALogGroups" not used /opt/lazarus/components/lazutils/lazloggerdummy.pas(84,27) Hint: (5024) Parameter "Src" not used /opt/lazarus/components/lazutils/lazloggerdummy.pas(92,43) Hint: (5024) Parameter "AConfigName" not used /opt/lazarus/components/lazutils/lazloggerdummy.pas(92,69) Hint: (5024) Parameter "ADefaulEnabled" not used /opt/lazarus/components/lazutils/lazloggerdummy.pas(93,43) Hint: (5024) Parameter "AConfigName" not used

some warnings:
Free Pascal Compiler version 3.1.1 [2015/04/11] for x86_64
Copyright (c) 1993-2015 by Florian Klaempfl and others
/opt/lazarus/lcl/./include/lclintf.inc(327,49) Warning: (5043) Symbol "IntfSendsUTF8KeyPress" is deprecated /opt/lazarus/lcl/./include/font.inc(1228,22) Warning: (5043) Symbol "FontCanUTF8" is deprecated
/opt/lazarus/lcl/dialogs.pp(641,10) Warning: (6018) unreachable code
/opt/lazarus/lcl/dbctrls.pp(1417,56) Warning: (5043) Symbol "Lookup" is deprecated /opt/lazarus/lcl/dbgrids.pas(1221,20) Warning: (5043) Symbol "Lookup" is deprecated /opt/lazarus/lcl/dbgrids.pas(3158,54) Warning: (5043) Symbol "Lookup" is deprecated /opt/lazarus/lcl/dbgrids.pas(3179,28) Warning: (5043) Symbol "Lookup" is deprecated /opt/lazarus/lcl/dbgrids.pas(3886,30) Warning: (5043) Symbol "Lookup" is deprecated



--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to