Review Request 120045: undefined symbol in kDebug statement (resolves to global C function on Linux)

René J.V. Bertin rjvbertin at gmail.com
Wed Sep 3 09:38:57 UTC 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/120045/
-----------------------------------------------------------

(Updated Sept. 3, 2014, 11:38 a.m.)


Status
------

This change has been marked as submitted.


Review request for KDevelop.


Repository: kdevplatform


Description
-------

plugins/standardoutputview/outputwidget.cpp contains a debug output statement around line 425 that attempts to print the symbol `select` . This is not a member of the class, nor a global variable as far as I could see. On linux, clang gives me a warning that I ought to prepend a & to let the expression evaluate to anything else but true but the code builds. On OS X 10.6.8 with gcc 4.8, I get a compile error about an unknown symbol.


Diffs
-----

  plugins/standardoutputview/outputwidget.cpp 3b12aca 

Diff: https://git.reviewboard.kde.org/r/120045/diff/


Testing
-------

Successful build on OS X.


Thanks,

René J.V. Bertin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20140903/dd6f136a/attachment.html>


More information about the KDevelop-devel mailing list