mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Make "READ THE COMMENTS" show up in the compiler errors.
This commit is contained in:
parent
52f9243620
commit
681e20428b
@ -857,8 +857,8 @@ int menu_hash_get_help_de(uint32_t hash, char *s, size_t len)
|
||||
uint32_t driver_hash = 0;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
/* If this one throws errors, stop sledgehammering square pegs */ (void)sizeof(force_iso_8859_1);
|
||||
/* into round holes and READ THE COMMENTS at the top of the file. */
|
||||
/* If this one throws errors, stop sledgehammering square pegs into round holes and */
|
||||
/* READ THE COMMENTS at the top of the file. */ (void)sizeof(force_iso_8859_1);
|
||||
|
||||
switch (hash)
|
||||
{
|
||||
|
@ -843,8 +843,8 @@ const char *menu_hash_to_str_fr(uint32_t hash)
|
||||
|
||||
int menu_hash_get_help_fr(uint32_t hash, char *s, size_t len)
|
||||
{
|
||||
/* If this one throws errors, stop sledgehammering square pegs */ (void)sizeof(force_iso_8859_1);
|
||||
/* into round holes and READ THE COMMENTS at the top of the file. */
|
||||
/* If this one throws errors, stop sledgehammering square pegs into round holes and */
|
||||
/* READ THE COMMENTS at the top of the file. */ (void)sizeof(force_iso_8859_1);
|
||||
|
||||
switch (hash)
|
||||
{
|
||||
|
@ -853,8 +853,8 @@ int menu_hash_get_help_pt(uint32_t hash, char *s, size_t len)
|
||||
uint32_t driver_hash = 0;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
/* If this one throws errors, stop sledgehammering square pegs */ (void)sizeof(force_iso_8859_1);
|
||||
/* into round holes and READ THE COMMENTS at the top of the file. */
|
||||
/* If this one throws errors, stop sledgehammering square pegs into round holes and */
|
||||
/* READ THE COMMENTS at the top of the file. */ (void)sizeof(force_iso_8859_1);
|
||||
|
||||
switch (hash)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user