mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 16:03:21 +00:00
Fix two sphinx warnings
llvm-svn: 358155
This commit is contained in:
parent
147e0ddaa9
commit
136a6a612a
@ -51,7 +51,7 @@ you won't see any undefined reference errors that point directly to the problem.
|
||||
The solution in this case is to implement the missing function.
|
||||
|
||||
Forgetting to declare a virtual function in an abstract class as pure
|
||||
-------------------------------------------------------------------
|
||||
---------------------------------------------------------------------
|
||||
|
||||
Say you have an abstract base class declared in a header file::
|
||||
|
||||
@ -74,7 +74,7 @@ The solution in this case is to add the missing ``= 0`` to the declaration of
|
||||
``A::bar``.
|
||||
|
||||
Key function is defined, but the linker doesn't see it
|
||||
----------------------------------------------------
|
||||
------------------------------------------------------
|
||||
|
||||
It's also possible that you have defined the key function somewhere, but the
|
||||
object file containing the definition of that function isn't being linked into
|
||||
|
Loading…
x
Reference in New Issue
Block a user