diff options
author | Erlang/OTP <[email protected]> | 2010-04-27 13:50:14 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-27 13:50:14 +0000 |
commit | 9658ff5a3b14bf3189986682023c614077d32143 (patch) | |
tree | a685cbf83908ec3c10a10bfb2f67afb7efedc425 /lib/os_mon/vsn.mk | |
parent | 3995ae555503cefdfee5ed0d28727c72bdc830f1 (diff) | |
parent | feed8f6669ee2ca84139d297056857c6b05fa351 (diff) | |
download | otp-9658ff5a3b14bf3189986682023c614077d32143.tar.gz otp-9658ff5a3b14bf3189986682023c614077d32143.tar.bz2 otp-9658ff5a3b14bf3189986682023c614077d32143.zip |
Merge branch 'bg/compiler-suppress-result-ignored' into dev
* bg/compiler-suppress-result-ignored:
compiler tests: Eliminate "result of expression is ignored" warnings
Silence warnings for expressions that are assigned to "_"
OTP-8602 bg/compiler-suppress-result-ignored
It is now possible to suppress the warning in code such as
"list_to_integer(S), ok" by assigning the ignored value "_" like this: "_ =
list_to_integer(S), ok".
Diffstat (limited to 'lib/os_mon/vsn.mk')
0 files changed, 0 insertions, 0 deletions