mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-26 04:49:18 -05:00
Merge pull request #582 from cosinekitty/master
[docs] Added documentation about harmless warnings to INSTALL file
This commit is contained in:
commit
f5721b7a18
11
INSTALL
11
INSTALL
@ -318,6 +318,17 @@ Recommended build settings:
|
|||||||
|
|
||||||
After configure run the usual make, and if that went well, 'sudo make install'
|
After configure run the usual make, and if that went well, 'sudo make install'
|
||||||
|
|
||||||
|
You may see two kinds of warnings during make.
|
||||||
|
First, /usr/bin/antlr3 may generate a long series of warnings that
|
||||||
|
begin like this:
|
||||||
|
warning(24): template error: context ...
|
||||||
|
|
||||||
|
Second, you may see compiler warnings that look like this:
|
||||||
|
RSPLexer.c: In function `mESCAPED':
|
||||||
|
RSPLexer.c:2674:16: warning: unused variable `_type' [-Wunused-variable]
|
||||||
|
ANTLR3_UINT32 _type;
|
||||||
|
^~~~~
|
||||||
|
You can safely ignore all of these warnings.
|
||||||
|
|
||||||
Long version - after installation
|
Long version - after installation
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user