diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-05-18 11:39:47 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-05-18 11:39:47 +0200 |
commit | 02288f2c754c8d54d138a736fbada68706bf035e (patch) | |
tree | 4bce0eb4968b02caed179e89b516a4b34e3c7f45 /lib/percept/src/egd.hrl | |
parent | a41966287e6d5d973ab15e327c5065ea1692900e (diff) | |
parent | bcf2da2389d1df99629ae524a4cc451bdf6224ae (diff) | |
download | otp-02288f2c754c8d54d138a736fbada68706bf035e.tar.gz otp-02288f2c754c8d54d138a736fbada68706bf035e.tar.bz2 otp-02288f2c754c8d54d138a736fbada68706bf035e.zip |
Merge branch 'egil/percept/fix-unmatched_return/OTP-13595'
* egil/percept/fix-unmatched_return/OTP-13595:
egd: Fix unmatched return warnings
egd: Small code style refactoring
percept: Fix unmatched return warnings
percept: Small code style refactoring
Diffstat (limited to 'lib/percept/src/egd.hrl')
-rw-r--r-- | lib/percept/src/egd.hrl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/percept/src/egd.hrl b/lib/percept/src/egd.hrl index 1b125d3a08..fc0a7e10ee 100644 --- a/lib/percept/src/egd.hrl +++ b/lib/percept/src/egd.hrl @@ -41,6 +41,5 @@ -ifdef(debug). -define(dbg(X), io:format("DEBUG: ~p:~p~n",[?MODULE, X])). -else. --define(dbg(X), void). +-define(dbg(X), ok). -endif. - |