Summary: |
Fix build (g_return_val_if_fail in void function) |
Product: |
libqmi
|
Reporter: |
Volker Sobek <reklov> |
Component: |
libqmi | Assignee: |
Dan Williams <dcbw> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
libqmi-glib,message: fix build
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 109244 [details] libqmi-glib,message: fix build The build failed because g_return_val_if_fail was used in a void function. Use g_return_if_fail instead.