Make "READ THE COMMENTS" show up in the compiler errors.

This commit is contained in:
Alcaro 2015-06-28 10:54:36 +02:00
parent 52f9243620
commit 681e20428b
3 changed files with 6 additions and 6 deletions

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{