Remove majority of warnings
There were a *lot* of warnings, managed to remove most of them. Also, put warning flags before C_FLAGS and CXX_FLAGS, rather than after, as -Wall -Wextra was overwriting flags that came before it.
This commit is contained in:
@@ -22,7 +22,7 @@ struct obs_service_info {
|
||||
char *id;
|
||||
|
||||
const char *(*getname)(const char *locale);
|
||||
|
||||
#if 0
|
||||
void *(*create)(obs_data_t settings, struct service_data *service);
|
||||
void (*destroy)(void *data);
|
||||
|
||||
@@ -32,4 +32,5 @@ struct obs_service_info {
|
||||
/* get stream url/key */
|
||||
/* get (viewers/etc) */
|
||||
/* send (current game/title/activate commercial/etc) */
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user